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