Skip to content

Instantly share code, notes, and snippets.

@leemark
Created April 12, 2013 03:29
Show Gist options
  • Save leemark/5369107 to your computer and use it in GitHub Desktop.
Save leemark/5369107 to your computer and use it in GitHub Desktop.
super-simple media query example stylesheet
@media screen and (max-width: 599px) {
body {
background: #BADA55;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment