Skip to content

Instantly share code, notes, and snippets.

@dhg
Created May 15, 2011 19:31
Show Gist options
  • Save dhg/973460 to your computer and use it in GitHub Desktop.
Save dhg/973460 to your computer and use it in GitHub Desktop.
Skeleton Typography
<!-- Standard Headings -->
<h1>Heading</h1>
<h2>Heading</h2>
<h3>Heading</h3>
<h4>Heading</h4>
<h5>Heading</h5>
<h6>Heading</h6>
<!-- Inside blockquote's wrap the content in a <p> then attribute with a <cite>
<blockquote>
<p>This is a blockquote style example. It stands out, but is awesome</p>
<cite>Dave Gamache, Skeleton Creator</cite>
</blockquote>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment