Fork me on Github

Below you will find some dividers used in code.gov

Horizontal Divider

To divide two sections, just add an <hr />.

Here's the first paragraph


Here's the second paragraph

<div class="indented" style="text-align: center">
  <p>Here's the first paragraph</p>
  <hr />
  <p>Here's the second paragraph</p>
</div>

Vertical Divider

You can create a vertical divider, by adding vertical-divider class to a div. Name

Position

<span>Name</span>
<div class="vertical-divider"></div>
<span>Position</span>