We can create elegant sections using SpectrumStylr

To create a section using the General Code, type the following:

<div class="section-dark | section-light">
<h2 class="heading">
<p>...</p>
<a href="..."><button class="btn">...</button></a>
</div>

To create a section using other themes, type the following:

<div class="section-bg | section-blank">
<h2 class="heading">
<p>...</p>
<a href="..."><button class="btn">...</button></a>
</div>