Back to Hero Sections
Hero

Hero Design 9

Beautiful Bootstrap hero block — copy & paste ready.

#bootstrap#hero

Live preview

Source code

html
<div class="container py-5">
  <div class="row align-items-center g-4">
    <div class="col-lg-6">
      <h1 class="display-5 fw-bold">Your shop, <span class="text-danger">your story</span>.</h1>
      <p class="lead text-secondary">Sell anything online with our beautiful e-commerce template.</p>
      <ul class="list-unstyled">
        <li><i class="bi bi-check2-circle text-success me-2"></i> Fast checkout</li>
        <li><i class="bi bi-check2-circle text-success me-2"></i> Mobile ready</li>
        <li><i class="bi bi-check2-circle text-success me-2"></i> SEO friendly</li>
      </ul><a class="btn btn-danger btn-lg" href="#">Launch store</a>
    </div>
    <div class="col-lg-6">
      <div class="rounded-4 bg-danger bg-opacity-10 p-5 text-center"><i class="bi bi-bag-heart display-1 text-danger"></i></div>
    </div>
  </div>
</div>

More designs in this section