Skip to content

Instantly share code, notes, and snippets.

@sapessi
Created November 5, 2020 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sapessi/57d7076086b86dc01b76aa7ab08e7f1a to your computer and use it in GitHub Desktop.
Save sapessi/57d7076086b86dc01b76aa7ab08e7f1a to your computer and use it in GitHub Desktop.
Test css
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