"About Us section Bootstrap 4"
Bootstrap 4.1.1 Snippet by Shivamsemisetia

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <section class="about_sec"> <div class="container"> <div class="row h-100 align-items-center"> <div class="col-lg-6 col-md-12"> <div class="about_cont"> <h5 class="haeding_yelow">About Us</h5> <h2 class="heading2">The Causes We Care About</h2> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <button class="btn btn-blue_bordr my-3">Donate Now<span> <i class="fa fa-long-arrow-right" ></i></span> </button> <button class="btn btn-blue_bordr my-3">Join Now<span> <i class="fa fa-long-arrow-right" ></i></span> </button> </div> </div> <div class="col-lg-6 col-md-12"> <div class="abut_imgs my-5"> <img src="https://cdn.pixabay.com/photo/2017/08/06/00/27/yoga-2587066_960_720.jpg" class="about1 img-fluid"> </div> </div> </div> </div> </section>
/* ========================================================================== About Css Start ========================================================================== */ .about_cont h6 { font-size: 22px; color: #F39811; line-height: 30px; font-family: 'Jost'; } .heading2 { font-size: 45px; line-height: 60px; } .about_cont p { padding: 5px 0; } .btn.btn-blue_bordr { background: transparent; border: 2px solid #00003F; border-radius: 60px; color: ##00003F; padding: 12px 47px; } .btn.btn-blue_bordr:hover { background: #00003F; color: #fff; }

Related: See More


Questions / Comments: