Skip to content

Instantly share code, notes, and snippets.

@dimasmiftah
Created January 21, 2021 07:04
Show Gist options
  • Save dimasmiftah/faf0ddae07f1814989b73c2aa945bb5a to your computer and use it in GitHub Desktop.
Save dimasmiftah/faf0ddae07f1814989b73c2aa945bb5a to your computer and use it in GitHub Desktop.
css responsive media queries
@media screen and (min-width: 375px) {}
@media screen and (min-width: 411px) {}
@media screen and (min-width: 540px) {}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1280px) {}
@media screen and (min-width: 1440px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment