- Bootstrap 4:Responsive Web Design
- Silvio Moreto Matt Lambert Benjamin Jakobus Jason Marah
- 301字
- 2021-07-09 18:54:44
Summary
We have completed another chapter. Here, we discussed why we should always go mobile-first if we want to make a web page for every viewport, from mobile to large desktop. Making things bigger is always easier and causes less issues, so start small with mobile devices and evolve the web page until it reaches large desktop resolutions.
We saw how to debug different devices using our browser and set the right classes for each viewport. We now have our example of a landing page with full stack responsiveness, working well in any device.
We covered the grid options for various devices resolutions using the mobile-first methodology—starting with mobile and going further until the large desktop version.
The main lesson of this chapter was that we always should go mobile-first. We did not follow this approach at first and because of that, we faced some problems that we could have eliminated if we had started mobile-first.
It was not mentioned before, but going mobile-first helps the whole team. The designer will have a bigger picture of what he or she needs to reach and what information is important from the beginning. The backend developer can focus on the main features and optimize them for mobile before moving on to the rest of the page content delivery. Mobile-first is also part of the development strategy.
At this point, we have our landing page fully set at all resolutions. Using Bootstrap, we took a shortcut towards responsivity, doing all the groundwork with a few lines of code in HTML and some more in CSS.
In the next chapter, we will apply some customizable styles to make the page a little less like a Bootstrap page. We will also see how to create landing pages for different uses by customizing the components.
- Mastering RabbitMQ
- Android開發精要
- Mastering OpenCV Android Application Programming
- Visual Basic程序設計(第3版):學習指導與練習
- 云原生Spring實戰
- Visual C++串口通信技術詳解(第2版)
- Java持續交付
- Learning ELK Stack
- TypeScript項目開發實戰
- D3.js 4.x Data Visualization(Third Edition)
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- Kotlin Programming By Example
- Maven for Eclipse
- Flutter從0基礎到App上線
- 算法訓練營:海量圖解+競賽刷題(入門篇)