Created
September 6, 2013 09:09
-
-
Save 0xBADC0FFEE/6461401 to your computer and use it in GitHub Desktop.
Media Queries http://www.hongkiat.com/blog/mobile-optimized-website/
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
@media screen and (max-width: 960px) { | |
/** Style Rules here **/ | |
} |
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="screen and (orientation: portrait) and (min-width: 960px), projection" href="style.css" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment