Skip to content

Instantly share code, notes, and snippets.

@zincplusplus
Created January 16, 2012 09:31
Show Gist options
  • Save zincplusplus/1619982 to your computer and use it in GitHub Desktop.
Save zincplusplus/1619982 to your computer and use it in GitHub Desktop.
Testing media queries
/**
* Testing media queries
*/
@media screen and (max-device-width: 1270px) {
body {
background: red;
}
}
}
<!-- content to be placed inside <body>…</body> -->
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment