Skip to content

Instantly share code, notes, and snippets.

@Tatarotus
Created July 18, 2020 18:56
Show Gist options
  • Save Tatarotus/f3f6889859a9cbec9e46c76add06a774 to your computer and use it in GitHub Desktop.
Save Tatarotus/f3f6889859a9cbec9e46c76add06a774 to your computer and use it in GitHub Desktop.
Basic css file for custom styles
/* 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