- 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.
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 每天5分鐘玩轉Kubernetes
- 零起點學Linux系統管理
- Linux系統文件安全實戰全攻略
- Linux實戰
- Windows Phone 7.5 Data Cookbook
- Windows 7中文版從入門到精通(修訂版)
- Android物聯網開發細致入門與最佳實踐
- 蘋果OS X Mavericks 10.9應用大全
- OpenSolaris設備驅動原理與開發
- Distributed Computing with Go
- Python UNIX和Linux系統管理指南
- 寫給架構師的Linux實踐:設計并實現基于Linux的IT解決方案
- Cassandra 3.x High Availability(Second Edition)
- Learning BeagleBone