Last active
January 2, 2016 21:49
-
-
Save DeanPoulin/8365513 to your computer and use it in GitHub Desktop.
Headings With Secondary Text
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
| <h1>h1. Bootstrap heading <small>Secondary text</small></h1> | |
| <h2>h2. Bootstrap heading <small>Secondary text</small></h2> | |
| <h3>h3. Bootstrap heading <small>Secondary text</small></h3> | |
| <h4>h4. Bootstrap heading <small>Secondary text</small></h4> | |
| <h5>h5. Bootstrap heading <small>Secondary text</small></h5> | |
| <h6>h6. Bootstrap heading <small>Secondary text</small></h6> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment