Skip to content

Instantly share code, notes, and snippets.

@metamn
Created April 8, 2011 08:30
Show Gist options
  • Save metamn/909498 to your computer and use it in GitHub Desktop.
Save metamn/909498 to your computer and use it in GitHub Desktop.
@media only screen and (max-width : 320px) {
body {
background: red;
}
}
@media only screen and (min-width : 320px) {
body {
background: yellow;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment