Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active March 19, 2018 15:38
Show Gist options
  • Save ScarletPonytail/9addcd3355234d1d1635b2391baba4dd to your computer and use it in GitHub Desktop.
Save ScarletPonytail/9addcd3355234d1d1635b2391baba4dd to your computer and use it in GitHub Desktop.
CSS - Media Queries
@media (min-width: 768px) {
/* Your awesome code */
}
@media (min-width: 768px) and (max-width: 1240px) {
/* Your awesome code */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment