To create a divider between content sections, you can use the .divider
class. This class adds a horizontal line to visually separate content.
<p class="t-center">This is an example of a divider</p>
<div class="divider"></div>
<p class="t-center">This is another example of a divider</p>
<div class="divider"></div>
This is an example of a divider
This is another example of a divider
In this example, the .t-center
class is used to center-align the text, and the .divider
class is used to insert horizontal lines between the paragraphs. You can customize the appearance of the divider by modifying the CSS properties of the .divider
class.