index.html 582 Bytes
<!-- HERO SECTION -->
<div class="contianer">
  <div class="row position-relative"
    style="background-color: #2f3542 !important; height: 400px; margin-bottom: 6rem; border-radius: 1rem !important;">
    <div class="col-lg-12 d-flex flex-column justify-content-start align-items-center">
      <h1 class="display-1 text-white" style="padding-top: 5rem;">SDN Theme</h1>
      <p class="text-light small font-weight-bold" style="letter-spacing: 2px; text-transform: uppercase;">Backend Theme for
        Odoo 14</p>
    </div>
  </div>
</div>
<!-- END OF HERO SECTION -->