Panel - BG Image & Text

File: index.html
<!-- removes distance to top -->
<section class="panel-bg-with-text no-space-top">
  ...
</section>

<!-- removes distance to top -->
<section class="panel-bg-with-text no-space-bottom">
  ...
</section>

<!-- inverse color -->
<section class="panel-bg-with-text bg-bright">
  ...
</section>

<!-- aligns text inside of panel on top part - default is center -->
<section class="panel-bg-with-text text-top-align">
  ...
</section>

<!-- aligns text inside of panel on bottom part - default is center -->
<section class="panel-bg-with-text text-bottom-align">
  ...
</section>

<!-- removes the blurred background gradient behind text -->
<section class="panel-bg-with-text text-readability-off">
  ...
</section>