HTML code
This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 4.5.0 included, to get the result that you can see in the preview selection
Download<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css" integrity="sha256-2XFplPlrFClt0bIdPgpz8H7ojnk10H69xRqd9+uTShA=" crossorigin="anonymous" />
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6 order-2 order-md-1 mt-4 pt-2 mt-sm-0 opt-sm-0">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6 col-6">
<div class="row">
<div class="col-lg-12 col-md-12 mt-4 pt-2">
<div class="card work-desk rounded border-0 shadow-lg overflow-hidden">
<img src="https://www.bootdey.com/image/241x362/FFB6C1/000000" class="img-fluid" alt="Image" />
<div class="img-overlay bg-dark"></div>
</div>
</div>
<!--end col-->
<div class="col-12">
<div class="mt-4 pt-2 text-right">
<a href="javascript:void(0)" class="btn btn-info">Read More <i class="mdi mdi-chevron-right"></i></a>
</div>
</div>
</div>
<!--end row-->
</div>
<!--end col-->
<div class="col-lg-6 col-md-6 col-6">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="card work-desk rounded border-0 shadow-lg overflow-hidden">
<img src="https://www.bootdey.com/image/337x450/87CEFA/000000" class="img-fluid" alt="Image" />
<div class="img-overlay bg-dark"></div>
</div>
</div>
<!--end col-->
<div class="col-lg-12 col-md-12 mt-4 pt-2">
<div class="card work-desk rounded border-0 shadow-lg overflow-hidden">
<img src="https://www.bootdey.com/image/600x401/FF7F50/000000" class="img-fluid" alt="Image" />
<div class="img-overlay bg-dark"></div>
</div>
</div>
<!--end col-->
</div>
<!--end row-->
</div>
<!--end col-->
</div>
<!--end row-->
</div>
<!--end col-->
<div class="col-lg-6 col-md-6 col-12 order-1 order-md-2">
<div class="section-title ml-lg-5">
<h5 class="text-custom font-weight-normal mb-3">About Us</h5>
<h4 class="title mb-4">
Our mission is to <br />
make your life easier.
</h4>
<p class="text-muted mb-0">Lorem, ipsum dolor sit amet consectetur adipisicing elit quod debitis praesentium pariatur temporibus ipsa, cum quidem obcaecati sunt?</p>
<div class="row">
<div class="col-lg-6 mt-4 pt-2">
<div class="media align-items-center rounded shadow p-3">
<i class="fa fa-play h4 mb-0 text-custom"></i>
<h6 class="ml-3 mb-0"><a href="javascript:void(0)" class="text-dark">Responsive</a></h6>
</div>
</div>
<div class="col-lg-6 mt-4 pt-2">
<div class="media align-items-center rounded shadow p-3">
<i class="fa fa-file-download h4 mb-0 text-custom"></i>
<h6 class="ml-3 mb-0"><a href="javascript:void(0)" class="text-dark">Free Download</a></h6>
</div>
</div>
<div class="col-lg-6 mt-4 pt-2">
<div class="media align-items-center rounded shadow p-3">
<i class="fa fa-user h4 mb-0 text-custom"></i>
<h6 class="ml-3 mb-0"><a href="javascript:void(0)" class="text-dark">Support</a></h6>
</div>
</div>
<div class="col-lg-6 mt-4 pt-2">
<div class="media align-items-center rounded shadow p-3">
<i class="fa fa-image h4 mb-0 text-custom"></i>
<h6 class="ml-3 mb-0"><a href="javascript:void(0)" class="text-dark">Development</a></h6>
</div>
</div>
</div>
</div>
</div>
<!--end col-->
</div>
<!--enr row-->
</div>
CSS code
This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 4.5.0 included, to get the result that you can see in the preview selection
Downloadbody{
margin-top:20px;
background:#F0F8FF;
}
.text-custom{
color: #0062ff !important;
}
About this bootstrap example/template
This example/template, about us page section, was published on Oct 8th 2020, 08:00 by Bootdey Admin and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This code example currectly have 25.3K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 4.5.0
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
This code example is based on bootstrap 4.5.0 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working