Created
December 20, 2012 14:41
-
-
Save andresousa/4345652 to your computer and use it in GitHub Desktop.
window-orientation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" media="all and (orientation:portrait)" | |
href="portrait.css"> | |
<link rel="stylesheet" media="all and (orientation:landscape)" | |
href="landscape.css"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment