Page Header
These modular elements can be readily used and customized in every layout across pages.
Example
Page Title
The page header is a nice little feature to add appropriate spacing around the headings on a page. This is particularly helpful on a web page where you may have several post titles and need a way to add distinction to each of them.
Get Started<div class="card mb-3">
<div class="bg-holder d-none d-lg-block bg-card" style="background-image:url(../assets/img/illustrations/corner-4.png);"></div> <!--/.bg-holder-->
<div class="card-body position-relative">
<div class="row">
<div class="col-lg-8">
<h3>Page Title</h3>
<p class="mt-2">The page header is a nice little feature to add appropriate spacing around the headings on a page. This is particularly helpful on a web page where you may have several post titles and need a way to add distinction to each of them.</p><a class="btn btn-link pl-0 btn-sm" href="../documentation/getting-started.html" target="_blank">Get Started<span class="fas fa-chevron-right ml-1 fs--2"></span></a>
</div>
</div>
</div>
</div>