Bootstrap hero header snipp – v15

Bootstrap hero header snipp - v15

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Bootstrap header snipp</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
    <section class="bg-warning-subtle py-5">
        <div class="container text-center">
          <div class="row align-items-center">
            <div class="col-lg-7">
              <figure><img class="img-fluid" src="https://bootstraplily.com/demo/images/Team-work-cuate.svg" alt="" /></figure>
            </div>
            <!-- /column -->
            <div class="col-lg-5 text-center text-lg-start">
              <h1 class="display-3 mb-5">Grow Your Business with Our Solutions.</h1>
              <p class="mb-5 fs-3 lead">We help our clients to increase their website traffic, rankings and visibility in search results.</p>
              <span><a class="btn btn-warning rounded-pill me-2 px-5 py-3">Try It For Free</a></span>
            </div>
            <!-- /column -->
          </div>
          <!-- /.row -->
        </div>
        <!-- /.container -->
      </section>
      <!-- /section -->
</body>
</html>

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top