Return to Snippet

Revision: 54284
at December 18, 2011 12:27 by swoicik


Initial Code
@media screen and (max-width: 1024px) /*iPad Landscpae*/ {
}

@media screen and (max-width: 770px) /*iPad Portrait */ {
}

@media screen and (max-width: 480px) /*iPhone Landscape */ {
}

@media screen and (max-width: 320px) /*iPhone Portrait */ {
}

Initial URL


Initial Description


Initial Title
iOS Media Queries

Initial Tags
css, CSS3

Initial Language
CSS