- Mastering Bootstrap 4(Second Edition)
- Benjamin Jakobus Jason Marah
- 165字
- 2021-06-24 19:25:51
Containers
Containers are at the core of Bootstrap's grid system, and they typically form the root of all Bootstrap pages. A container is exactly what it sounds like—an element for holding all other content within a section of a page. By remaining toward the top of the element hierarchy, a container provides the base for how the section contained within it is rendered. You can think of a container as representing a canvas in a browser window for your content. All this content will be displayed on this canvas, which in turn can transform based on its environment. Unless explicitly specified, your content will never creep outside of this canvas, regardless of the viewport. A container can apply to the entire contents of a page, where you would have one root container element, or to different sections of a page, where you would have numerous container elements on the page.
There are two types of container classes provided by Bootstrap: container and container-fluid.
- 每天5分鐘玩轉Kubernetes
- 從零開始寫Linux內核:一書學透核心原理與實現
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- Kubernetes網絡權威指南:基礎、原理與實踐
- 精解Windows 8
- 曝光:Linux企業運維實戰
- VMware Horizon View 6 Desktop Virtualization Cookbook
- Linux集群和自動化運維
- 混沌工程:復雜系統韌性實現之道
- Python基礎教程(第3版)
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Introduction to R for Quantitative Finance
- Linux從入門到精通(視頻教學版)
- Learn Quantum Computing with Python and IBM Quantum Experience
- Linux內核分析及應用