Created
January 21, 2021 07:04
-
-
Save dimasmiftah/faf0ddae07f1814989b73c2aa945bb5a to your computer and use it in GitHub Desktop.
css responsive media queries
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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