- Bootstrap 4:Responsive Web Design
- Silvio Moreto Matt Lambert Benjamin Jakobus Jason Marah
- 141字
- 2021-07-09 18:54:42
Chapter 3. Yes, You Should Go Mobile First
You should be asking yourself, "I thought that we should first do the layout in mobile and then go to the desktop version. Why are we in the opposing way?"
Sorry, you are right! We should always go mobile-first. We went the opposite direction just for learning purposes and now we are going to fix it.
In the current chapter, we will focus on mobile design and site responsiveness with the help of the Bootstrap framework by learning how to change the page layout for different viewports, changing the content, and more. The key points of the chapter are as follows:
- Mobile-first development
- Debugging for any device
- Bootstrap grid system for different resolutions
To figure out what, we will continue with the landing page that we developed in the last chapter.
推薦閱讀
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Learning Elixir
- Instant Typeahead.js
- Visual C++串口通信技術(shù)詳解(第2版)
- Mastering macOS Programming
- 你不知道的JavaScript(中卷)
- INSTANT Django 1.5 Application Development Starter
- Spring Boot Cookbook
- Asynchronous Android Programming(Second Edition)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Mastering Unity 2D Game Development(Second Edition)
- 深入解析Java編譯器:源碼剖析與實(shí)例詳解
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- Python 3快速入門與實(shí)戰(zhàn)
- Groovy 2 Cookbook