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

Julie Carlson
849 PointsWhere are you getting the specific pixel breakpoints for the media queries? How do you know which numbers to use?
Curious if there is a guide or something to the breakpoints you are using? How are you coming up with those specific breakpoints?
2 Answers

Nicholas Grenwalt
46,626 PointsChrome has an awesome extension called Window Resizer that works wonders. Allows you to adjust your browser window to specified dimensions based on popular devices. You should definitely check it out.

James Procter
14,789 PointsNicholas Grenwalt solution is the best way in my opinion, but if for whatever reason you don't want chrome extensions downloaded on your machine you can still find out screen sizes of popular devices by clicking chrome's menu tab in the top right corner, more tools, developer tools (shortcut: ctrl+shift+i).
This open up the code panel, in the top left corner is a mobile icon. Click this and you can select the various devices, see the screen size and and how your site looks on each screen.

Julie Carlson
849 PointsThank you for your info.
Julie Carlson
849 PointsJulie Carlson
849 PointsThank you.