Divider
Use display utilities to quickly style the display of an element.
Basic Divider
The example divider below allows you to separate section with this basic divider element.
<hr>
Centered Text
A divider variant with text in the center of the divider element.
Example Text
<div class="divider-text">Example Text</div>
Vertical Divider
A divider variant with vertical display and with text in the center of the divider element.
and
<div class="divider-text divider-vertical"data-text="and"></div>