Created
November 5, 2020 05:41
-
-
Save sapessi/57d7076086b86dc01b76aa7ab08e7f1a to your computer and use it in GitHub Desktop.
Test 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
html { | |
margin: 0; | |
font-family: 'Amazon Ember', 'Calibri'; | |
font-size: 11pt; | |
} | |
body { | |
margin: 0; | |
color: #000; | |
background-color: #fff; | |
} | |
h2, h3, h4, h5, h6 { | |
margin-bottom: 0 !important; | |
} | |
p { | |
margin-block-start: 0 !important; | |
margin-block-end: 8pt !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment