Bootstrap process snipp example v02

Bootstrap process snipp example v02

bootstrap process snipp

Whole html/css code




<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">

<title>Team snipp</title>
<style>
.icon-img {
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom:20px;
}
</style>
</head>
<body>


 <div class="container py-5 mt-5">
    <div class="row gx-lg-5 align-items-center">
      <div class="col-lg-6">
        <figure><img class="img-fluid" src="https://image.freepik.com/free-vector/people-creating-social-media-landing-page_52683-38062.jpg"  alt="" /></figure>
      </div>
      <!--/column -->
      <div class="col-lg-6">
        <h2 class="h6 text-uppercase text-line text-primary mb-3">How It Works?</h2>
        <h3 class="display-6 mb-5 pe-xxl-5">Everything you need on creating a business process.</h3>
        <div class="d-flex flex-row mb-3">
          <div class="pe-4">
            <img src="https://cdn-icons.flaticon.com/png/512/814/premium/814848.png?token=exp=1635302974~hmac=122c7737ce28a5e092355f7d4e443ec8" class="icon-img mb-4" alt="" />
          </div>
          <div>
            <h5 class="mb-1">Collect Ideas</h5>
            <p class="mb-1">Nulla vitae elit libero pharetra augue dapibus.</p>
          </div>
        </div>
        <div class="d-flex flex-row mb-3">
          <div class="pe-4">
            <img src="https://cdn-icons.flaticon.com/png/512/814/premium/814812.png?token=exp=1635302988~hmac=d9f352e1a4bd7d116db2ac2ff02b3569" class="icon-img mb-4" alt="" />
          </div>
          <div>
            <h5 class="mb-1">Data Analysis</h5>
            <p class="mb-1">Vivamus sagittis lacus augue laoreet vel.</p>
          </div>
        </div>
        <div class="d-flex flex-row">
          <div class="pe-4">
            <img src="https://cdn-icons.flaticon.com/png/512/814/premium/814817.png?token=exp=1635303088~hmac=5971cffde692efade1397f165f28deea" class="icon-img mb-4" alt="" />
          </div>
          <div>
            <h5 class="mb-1">Magic Touch</h5>
            <p class="mb-0">Cras mattis consectetur purus sit amet.</p>
          </div>
        </div>
      </div>
      <!--/column -->
    </div>
    <!--/.row -->
  </div>
  <!-- /.container -->




</body>
</html>

jsfiddle example

Spread the love

Related Posts

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

Back To Top