Skip to content

Instantly share code, notes, and snippets.

@limakayo
Created August 3, 2012 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save limakayo/3247019 to your computer and use it in GitHub Desktop.
Save limakayo/3247019 to your computer and use it in GitHub Desktop.
Responsive Web
/**
* Responsive Web
*/
@media (max-width:800px) {
body { background: yellow; }
}
@media (max-width:500px) {
body { background: red }
}
<!-- content to be placed inside <body>…</body> -->
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment