-
Shortcut
-
@media-ipad-portrait
-
Description
-
A media query example
-
Language
-
css
-
Types
-
Expansion, SurroundsWith
-
Author
-
Web Essentials
-
Upload on
-
13-2-2014 18:33:51
-
Downloads
-
2107
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
$selected$$end$
}