Compact divider.
Simple divider
With content
<p>Simple divider</p>
<hr divider>
<p>With content</p>
<div divider><h3>Introduction</h3></div>
Simple divider is just a hr
with attribute divider
.
<hr divider>
If you want content inside your divider you can use a div
with class zust-divider
or attribute divider
.
<div divider>Any content Here</div>
More usages
<button class="zust-btn zust-link zust-fullwidth">Buy this</button>
<div divider><h3>OR</h3></div>
<button class="zust-btn zust-link zust-fullwidth">Sell this</button>
This is my paragraph about Zusty CSS.
<div divider><h3>Like Heading</h3></div>
<p>This is my paragraph about Zusty CSS.</p>