- Bootstrap 4:Responsive Web Design
- Silvio Moreto Matt Lambert Benjamin Jakobus Jason Marah
- 116字
- 2021-07-09 18:54:43
Bootstrap and the mobile-first design
In the beginning of Bootstrap, there was no concept of mobile-first. It was first used for responsive design web pages. With the Version 3 of the framework, the concept of mobile-first became very solid in the community.
The whole code of the scaffolding system was rewritten to become mobile-first from the start. They decided to reformulate how to set the grid instead of just adding mobile styles. This made a great impact in compatibility between versions older than v3, but was crucial for making the framework even more popular.
As we saw in the first chapter, to ensure the proper rendering of the page, set the correct viewport at the <head>
tag:
<meta name="viewport" content="width=device-width, initial-scale=1">
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Getting started with Google Guava
- 控糖控脂健康餐
- Practical Data Science Cookbook(Second Edition)
- 深入淺出Spring Boot 2.x
- Unity 2020 Mobile Game Development
- 神經網絡編程實戰:Java語言實現(原書第2版)
- MATLAB 2020 從入門到精通
- Java程序設計與計算思維
- PHP 編程從入門到實踐
- Java Web開發詳解
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Clojure High Performance Programming(Second Edition)
- JavaEE架構與程序設計
- Python無監督學習