Divider

A divider is a visual separation provided between different sections, components, or groups of content. It plays the role of improving readability by providing a clear separation between elements.


html
<hr class="divider">

By using .divider-w3, you can change the line thickness. By using .divider-dashed, you can change the line style.


html
<hr class="divider divider-dashed">