Created
August 28, 2021 09:59
-
-
Save yushanwebdev/3a6e4725b34da1087a81ca065444861f to your computer and use it in GitHub Desktop.
Extra Normalize CSS
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
* {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