Skip to content

Instantly share code, notes, and snippets.

@rexar1988
Created September 14, 2018 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rexar1988/8c9c28e96f57388ce7505f7ef801991a to your computer and use it in GitHub Desktop.
Save rexar1988/8c9c28e96f57388ce7505f7ef801991a to your computer and use it in GitHub Desktop.
CSS: Media queries
@media (min-width: 1440px) {}
@media (max-width: 1440px) {}
@media (max-width: 1200px) {}
@media (max-width: 1024px) {}
@media (max-width: 768px) {}
@media (max-width: 425px) {}
@media (max-width: 375px) {}
@media (max-width: 320px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment