Skip to content

Instantly share code, notes, and snippets.

@detailyang
Created October 7, 2013 08:39
Show Gist options
  • Save detailyang/6864559 to your computer and use it in GitHub Desktop.
Save detailyang/6864559 to your computer and use it in GitHub Desktop.
media error
@media screen and (min-width: 921px) {
body {
color: red;
}
}
@media screen and (max-width: 920px) {
body {
color: blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment