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