- Bootstrap 4:Responsive Web Design
- Silvio Moreto Matt Lambert Benjamin Jakobus Jason Marah
- 215字
- 2021-07-09 18:54:42
Making it greater
Maybe you have asked yourself (or even searched for) the reason for the mobile-first paradigm trend. It is simple and makes complete sense for speeding up your development.
The main argument for the mobile-first paradigm is that it is easier to make it than to shrink it. In other words, if you make a desktop version of the web page (known as responsive design or mobile last) first and then adjust the website for mobile, it has a 99 percent probability of breaking the layout at some point and you will have to fix a lot of things.
On the other hand, if you create the mobile version first, naturally the website will use (or show) less content than the desktop version. So, it will be easier to just add the content, place the things in the right places, and create the fully responsiveness stack.
The following figure tries to illustrate this concept. Going mobile last, you will get a degraded, sharped, and crappy layout and you will get a progressively enhanced, future-friendly, awesome web page if you go mobile first. The following figure tries to illustrate the design flow of each paradigm. You can see what happens to the poor elephant… Mobile-first naturally grows the elephant instead of adjusting it:

- Maven Build Customization
- 信息可視化的藝術(shù):信息可視化在英國
- Oracle 12c中文版數(shù)據(jù)庫管理、應(yīng)用與開發(fā)實踐教程 (清華電腦學(xué)堂)
- Python數(shù)據(jù)分析(第2版)
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- 學(xué)Python也可以這么有趣
- Flutter跨平臺開發(fā)入門與實戰(zhàn)
- Nginx Lua開發(fā)實戰(zhàn)
- 從零開始學(xué)Linux編程
- Quantum Computing and Blockchain in Business
- Java程序設(shè)計與項目案例教程
- 硬件產(chǎn)品設(shè)計與開發(fā):從原型到交付
- Scala Functional Programming Patterns
- 計算語言學(xué)導(dǎo)論
- Python應(yīng)用與實戰(zhàn)