- Bootstrap 4 By Example
- Silvio Moreto
- 196字
- 2021-07-09 20:01:19
Understanding the grid system
The basis of the Bootstrap framework relies in its grid system. Bootstrap offers components that allow us to structure a website in a responsive grid layout.
To exemplify this, imagine an electronic square sheet table that can be pided into many rows and columns, as shown in the following screenshot. In the table, you can create as many lines as you want while merging cells. But what would happen if you wanted to change the layout of a single row? That could be painful.

The Bootstrap grid system works in a different way. By letting you define a set of rows, each one having a set of independent columns, it allows you to build a solid grid system for your web page. Also, each column can have different sizes to perfectly fit your template.
This not being enough, the Bootstrap grid system adapts for every viewport and resolution, which we call responsiveness.
To start learning about the grid system, we will introduce it using the example of a landing page. As you will see, Bootstrap will allow us to create a complete scaffolding that will automatically adjust the content for any viewport.
- 網(wǎng)絡教育學習指導
- 數(shù)字烏托邦
- Building RESTful Web Services with Spring 5(Second Edition)
- 物聯(lián)網(wǎng)時代
- 區(qū)塊鏈輕松上手:原理、源碼、搭建與應用
- Building RESTful Web services with Go
- 網(wǎng)絡環(huán)境中基于用戶視角的信息質量評價研究
- Learning Storm
- 深入理解OpenStack Neutron
- 無線傳感器網(wǎng)絡定位技術
- 深入理解Nginx:模塊開發(fā)與架構解析
- 物聯(lián)網(wǎng)的機遇與利用
- LwIP應用開發(fā)實戰(zhàn)指南:基于STM32
- 數(shù)字王國里的虛擬人:技術、商業(yè)與法律解讀
- Microservices Development Cookbook