Skip to content

Instantly share code, notes, and snippets.

@moduscreate
Created December 19, 2012 21:10
Show Gist options
  • Select an option

  • Save moduscreate/4340462 to your computer and use it in GitHub Desktop.

Select an option

Save moduscreate/4340462 to your computer and use it in GitHub Desktop.
@media screen and (min-width: 517px) and (min-height: 778px) {
body {
background-color: #99F;
}
}
@media screen and (min-width: 784px) and (max-height: 1193px) {
body {
background-color: #F99;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment