Created
September 25, 2016 16:26
-
-
Save im-sad/ea03ed8b3150959ef5f05891ee6d5473 to your computer and use it in GitHub Desktop.
Text reset
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
.txt ul, .txt ol {margin:1rem;} | |
.txt ul {list-style:disc} | |
.txt ol {list-style:decimal} | |
.txt p {margin-bottom:1rem} | |
.txt img, .txt iframe, .txt object, .txt embed {height:auto !important;max-width:100%;} | |
.txt h1, .txt h2, .txt h3, .txt h4, .txt h5, .txt h6 {font-weight:bold;line-height:1.1;margin-bottom:1rem;} | |
.txt h1 {font-size:2.5rem;} | |
.txt h2 {font-size:2rem;} | |
.txt h3 {font-size:1.75rem;} | |
.txt h4 {font-size:1.5rem;} | |
.txt h5 {font-size:1.25rem;} | |
.txt h6 {font-size:1rem;text-transform:uppercase;} | |
.float-left {float:left} .float-right {float:right} .overflow {overflow:hidden} | |
.hide {display:none} | |
.show {display:block} | |
.text-left {text-align:left;} | |
.text-right {text-align:right;} | |
.text-center {text-align:center;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment