Bottom Divider
Add class divider
and divider-bottom
to a <div>
.
Add class pb-0
to the containing section to remove any bottom padding so the divider will sit flush with the bottom of the section.
The divider-bottom
class is used to add back the space which was taken away by pb-0
.
Add a matching color class to the div.divider
and the next section to complete the illusion.
<section class="pb-0">
<img class="bg-image" src="assets/img/blog/large-2.jpg" alt="Background Image" />
<div class="divider divider-bottom bg-primary-3"></div>
</section>
<section class="bg-primary-3">
</section>
.divider
-
Add to a
<div>
to invoke a divider .divider-bottom
-
Add to a
<div.divider>
to add back the space which was removed by thepb-0
class on the section