What is the best way to design a responsive website? Mobile view first or desktop view | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the best way to design a responsive website? Mobile view first or desktop view

I want to go deeply into web development with the little knowledge I've acquired. But starting my page on a single column display or multi-column is giving me a little bit of challenge.

6th Sep 2021, 6:45 AM
DN Josh
DN Josh - avatar
3 Answers
+ 1
This is kinda an opinion based question, but IMO mobile first. Small to large is usually how I do things nowadays. https://www.google.com/amp/s/www.freecodecamp.org/news/taking-the-right-approach-to-responsive-web-design/amp/
6th Sep 2021, 6:50 AM
ChaoticDawg
ChaoticDawg - avatar
0
What is the best way to design a responsive website? Mobile view first or desktop view? in my opinion go with desktop view first
6th Sep 2021, 6:49 AM
Pariket Thakur
Pariket Thakur - avatar
0
Usually it's more difficult to get everything look good on a small screen. Bootstrap, for example, goes for mobile first. Still, I would recommend you to test different screen sizes already during development.
6th Sep 2021, 7:56 AM
Lisa
Lisa - avatar