Content


These are elements that are pre-styled and does not need a class to take effect. You may use this guide as a reference so you can tweak elements the way you want them to look.

Headings

This is an h1

This is an h2

This is an h3

This is an h4

This is an h5
This is an h6
<h1>This is an h1</h1>
<h2>This is an h2</h2>
<h3>This is an h3</h3>
<h4>This is an h4</h4>
<h5>This is an h5</h5>
<h6>This is an h6</h6>

Blockquotes

Help me Obi Wan Kenobi, you are my only hope
Princess Leia
<blockquote>
  <h5>Help me Obi Wan Kenobi, you are my only hope</h5>
  <cite>Princess Leia</cite>
</blockquote>

Text Elements

Paragraphs are given a 1.6 line-height, and bottom margin for separation.

Greetings! I am a paragraph.

Wow! I, too am a paragraph

<p>
  <strong>Greetings!</strong> I am a paragraph.
</p>
<p>
  <em>Wow!</em> I, too am a <code>paragraph</code>
</p>