- Mastering Bootstrap 4(Second Edition)
- Benjamin Jakobus Jason Marah
- 280字
- 2021-06-24 19:25:47
Layout
Possibly the most important and widely used feature is Bootstrap's ability to lay out and organize a page. At the core of this functionality lies the Bootstrap grid system: a series of CSS classes and media queries that allow you to easily define the horizontal and vertical position of elements on a page, taking into account different screen sizes at the same time. Using the grid system is as easy as applying a few classes to your elements and specifying a tier (that is, the viewport size at which the sizing for the element takes effect). No JavaScript magic or custom CSS rules need to be written. With Bootstrap 4, this grid system has been completely overhauled, and a new grid tier has been added. This means that in contrast to Bootstrap 3, the grid system now offers tiers for extra-small, small, medium, large, and extra-large displays. We will be talking about tiers, breakpoints, and Bootstrap's grid system extensively in Chapter 2, Making a Style Statement.
Along with the grid system, Bootstrap offers the following:
- Responsive containers.
- Responsive breakpoints for adjusting page layout in response to differing screen sizes.
- Media objects that act as building blocks and allow you to build your own structural components.
- Utility classes that allow you to manipulate elements in a responsive manner. For example, you can use the layout utility classes to hide elements, depending on screen size.
Also, Bootstrap 4 now ships with default support for a CSS3 layout mode called flexbox, for the easier positioning of elements while also accounting for different screen sizes. We will be talking about how to manage element alignment using flexbox later on in Chapter 8, Utilities.
- UNIX操作系統設計
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- 嵌入式應用程序設計綜合教程(微課版)
- 嵌入式Linux驅動程序和系統開發實例精講
- Kubernetes從入門到實踐
- 嵌入式實時操作系統:RT-Thread設計與實現
- 計算機系統:基于x86+Linux平臺
- Introduction to R for Quantitative Finance
- 鴻蒙操作系統設計原理與架構
- Multi-Cloud for Architects
- OpenStack Essentials(Second Edition)
- Windows網絡編程(第2版)
- Getting Started with UDK
- Docker容器技術與運維
- 鴻蒙HarmonyOS應用開發從入門到精通