Sections
A semantic way to divide different sections of content.
Add content here.
<!-- Using the HTML section tag -->
<section>
<!-- Content here -->
</section>
<!-- Using the .section class -->
<div class="section">
<!-- Content here -->
</div>