Skip to content

Instantly share code, notes, and snippets.

@ayezee33
Last active January 25, 2017 19:19
Show Gist options
  • Save ayezee33/1cb0d3bd6bcc9d508d7c0ca24786e89b to your computer and use it in GitHub Desktop.
Save ayezee33/1cb0d3bd6bcc9d508d7c0ca24786e89b to your computer and use it in GitHub Desktop.
Modest CSS Typography
<h1>This is a H1</h1>
<h2>This is a H2</h2>
<h3>This is a H3</h3>
<h4>This is a H4</h4>
<h5>This is a H5</h5>
<h6>This is a H6</h6>
<p class="lead">
This is a lead paragraph. These are best used as the first paragraph on a page. They are used to callout important information.
</p>
<blockquote>
This is a blockquote, put your awesome quotes in here.
</blockquote>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment