forked from rafalbromirski/css3-media-queries-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
CSS3 Media queries boilerplate
jumangs/css3-media-queries-boilerplate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Recently, during many projects I have been working on cross-device optimisation but never on a project that supported standard web and new devices (iOS & Android based mobile phones & tablets). Finally the day had come when I have encountered this problem. I did a quick research and I haven’t found any satisfactory solution that was ready to download and use. That’s why I have developed my own template which helps me in creating responsive layouts. It has been tested on a couple of projects and I think the code is mature enough to be shared. Small tip: The most important thing about responsive design is to start from the widest screen resolution and proceed to the narrowest one (styles are inherited vertically). For instance: @media screen and (max-width: 1400px) { .box { ... } } @media screen and (max-width: 1200px) { ... } Class “.box” is constant for lower resolutions as long as we don’t override it. Here’s the http://demos.paranoida.com/media_queries
About
CSS3 Media queries boilerplate
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published