- 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:

- C語言程序設(shè)計(jì)教程
- 機(jī)器學(xué)習(xí)系統(tǒng):設(shè)計(jì)和實(shí)現(xiàn)
- Learning Bayesian Models with R
- INSTANT Sencha Touch
- Practical Windows Forensics
- 零基礎(chǔ)學(xué)C語言程序設(shè)計(jì)
- Python程序設(shè)計(jì)開發(fā)寶典
- SQL Server實(shí)例教程(2008版)
- 前端架構(gòu)設(shè)計(jì)
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動端開發(fā)
- Android開發(fā)進(jìn)階實(shí)戰(zhàn):拓展與提升
- 第五空間戰(zhàn)略:大國間的網(wǎng)絡(luò)博弈
- INSTANT EaselJS Starter
- Developing RESTful Web Services with Jersey 2.0
- Expert Angular