Typography

Heading Example
 <h1></h1>

h1 heading

 <h2></h2>

h2 heading

 <h3></h3>

h3 heading

 <h4></h4>

h4 heading

 <h5></h5>
h5 heading
 <h6></h6>
h6 heading
<h1>Heading text</h1>
<h2>Heading text</h2>
<h3>Heading text</h3>
<h4>Heading text</h4>
<h5>Heading text</h5>
<h6>Heading text</h6>

Fancy display heading With faded secondary text

<h3>
  Fancy display heading
  <small class="text-muted">With faded secondary text</small>
</h3>

This is a lead paragraph. It stands out from regular paragraphs.

<p class="lead">
  This is a lead paragraph. It stands out from regular paragraphs.
</p>
Sometimes a splash of color is nice.
<h6 class="orange-text text-uppercase">
  This text will be orage and uppercase. 
</h6>
Prev Next