- 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.
- Web應用系統開發實踐(C#)
- Python自動化運維快速入門
- Full-Stack Vue.js 2 and Laravel 5
- Linux環境編程:從應用到內核
- 零基礎入門學習Python
- 零基礎輕松學SQL Server 2016
- Linux Shell核心編程指南
- Vue.js 2 Web Development Projects
- SQL Server 2008中文版項目教程(第3版)
- Getting Started with Python
- Learning Python Data Visualization
- Functional Python Programming
- Mastering ArcGIS Server Development with JavaScript
- Android熱門應用開發詳解
- Scala編程(第4版)