Created
July 18, 2020 18:56
-
-
Save Tatarotus/f3f6889859a9cbec9e46c76add06a774 to your computer and use it in GitHub Desktop.
Basic css file for custom styles
This file contains 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
/* variables */ | |
/* reset */ | |
/* base styles */ | |
/* fonts */ | |
/* mobile styles */ | |
/* small tablet styles */ | |
@media screen and (min-width: 620px){ | |
} | |
/* large tablet & laptop styles */ | |
@media screen and (min-width: 960px){ | |
} | |
/* desktop styles */ | |
@media screen and (min-width: 1200px){ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment