Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Basics (2014) Enhancing the Design With CSS Adjusting the Layout with Media Queries

best practice: start designing for tablets and small resolutions first then for larger browser ?

isn't it better to design media queries first then move to the browsers design ?

1 Answer

Tsenko Aleksiev
Tsenko Aleksiev
3,819 Points

The idea is that if you want your page to look better on small devices you should make it for smart phones first and then set it to tablets and desktop look, if you do it the other way around it will be more harder and probbably you will have much more errors ( I mean you will have to set much more presise ). [https://www.w3schools.com/css/css_rwd_mediaqueries.asp]

Much appreciated ! Thanks