You're viewing old version number 1. - Current version
Major Junco.css breakpoints
Determining primary breakpoints in my CSS.
Top-down or bottom-up?
Today's thinking is mobile-up (min-width), but I've seen designers use the desktop-down approach (max-width).
Mobile-up is suppose to create simpler and easier to maintain CSS, but for some reason, desktop-down makes more sense to me.
And px or em? I've been using px in the media queries, but I've used em in many other places in the CSS, and em is suppose to work better in media queries with different zoom levels.
- first, will try mobile-up with em.
- may create .css version with desktop-down and px.
breakpoints
- 320 px
- 480 px
- 768 px
- 1024 px
From JR's : articles
107 words - 648 chars
created on
- #
source
- versions
Related articles
Major Junco.css breakpoints - Sep 30, 2013
Interesting and related Treehouse online classes - May 08, 2013
Possible to-do item - Author Marks - Jul 30, 2013
Mar 23, 2015 links - Mar 23, 2015
Breaking the web in 2014 - 2016 - May 31, 2016
more >>