Skip to content

Instantly share code, notes, and snippets.

@mistryrn
Created June 9, 2016 17:37
Show Gist options
  • Save mistryrn/fe385b1f78246aae402f9fa695d415c4 to your computer and use it in GitHub Desktop.
Save mistryrn/fe385b1f78246aae402f9fa695d415c4 to your computer and use it in GitHub Desktop.
Media queries that make you giggle! (If you're as immature as me.)
.sixty-nine {
@media screen and (min-width: 69px) and (max-width: 69px) {
// nice.
}
}
.blaze-it {
@media screen and (min-width: 420px) and (max-width: 420px) {
// ayy lmao
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment