Return to Snippet

Revision: 32690
at October 1, 2010 21:07 by crs


Initial Code
@media screen and (max-width: 480px) { style goes here }
@media screen and (max-width: 800px) { style goes here }
@media screen and (max-width: 1280px) { style goes here }

Initial URL


Initial Description
load it at the very end of the css file

Initial Title
CSS Media Queries

Initial Tags
css

Initial Language
CSS