Skip to content

Instantly share code, notes, and snippets.

@yushanwebdev
Created August 28, 2021 09:59
Show Gist options
  • Save yushanwebdev/3a6e4725b34da1087a81ca065444861f to your computer and use it in GitHub Desktop.
Save yushanwebdev/3a6e4725b34da1087a81ca065444861f to your computer and use it in GitHub Desktop.
Extra Normalize CSS
* {box-sizing: border-box;}
body {
margin: 0;
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
color: #404040;
line-height: 1.6;
}
h1, h2, strong {
font-weight: 700;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment