Created
October 1, 2021 00:57
-
-
Save madindo/f3c420f97ba6358c5bf9e7f7b4f9aa49 to your computer and use it in GitHub Desktop.
This file contains 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
h1 { | |
display: block; | |
font-size: 2em; | |
margin-top: 0.67em; | |
margin-bottom: 0.67em; | |
margin-left: 0; | |
margin-right: 0; | |
font-weight: bold; | |
} | |
h2 { | |
display: block; | |
font-size: 1.5em; | |
margin-top: 0.83em; | |
margin-bottom: 0.83em; | |
margin-left: 0; | |
margin-right: 0; | |
font-weight: bold; | |
} | |
h3 { | |
display: block; | |
font-size: 1.17em; | |
margin-top: 1em; | |
margin-bottom: 1em; | |
margin-left: 0; | |
margin-right: 0; | |
font-weight: bold; | |
} | |
h4 { | |
display: block; | |
font-size: 1em; | |
margin-top: 1.33em; | |
margin-bottom: 1.33em; | |
margin-left: 0; | |
margin-right: 0; | |
font-weight: bold; | |
} | |
h5 { | |
display: block; | |
font-size: .83em; | |
margin-top: 1.67em; | |
margin-bottom: 1.67em; | |
margin-left: 0; | |
margin-right: 0; | |
font-weight: bold; | |
} | |
h6 { | |
display: block; | |
font-size: .67em; | |
margin-top: 2.33em; | |
margin-bottom: 2.33em; | |
margin-left: 0; | |
margin-right: 0; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment