-
Shortcut
-
@media-iphone5-portrait
-
Description
-
A media query example
-
Language
-
css
-
Types
-
Expansion, SurroundsWith
-
Author
-
Web Essentials
-
Upload on
-
13-2-2014 18:34:21
-
Downloads
-
2003
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
$selected$$end$
}