Skip to content

Instantly share code, notes, and snippets.

@AlphaGit
Created September 5, 2012 18:28
Show Gist options
  • Save AlphaGit/3642063 to your computer and use it in GitHub Desktop.
Save AlphaGit/3642063 to your computer and use it in GitHub Desktop.
Media query introduction
@media screen and (max-device-width: 480px) {
menu {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment