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.4.1 included, to get the result that you can see in the preview selection
Download<section>
<div class="container">
<div class="row align-items-center justify-content-center margin-80px-bottom xs-margin-40px-bottom">
<div class="col-lg-4 col-md-5 xs-margin-20px-bottom">
<div>
<img class="border-radius-4" src="https://www.bootdey.com/image/340x232/00CED1/000000" alt="Image">
</div>
</div>
<div class="col-lg-6 col-md-7">
<div class="padding-40px-left sm-no-padding-left">
<div class="media">
<span class="number margin-20px-right">1</span>
<div class="media-body">
<h5 class="mt-0">Create Account</h5> Create jobs account. All jobs posted online. Post your resume quick online now.
</div>
</div>
</div>
</div>
</div>
<div class="row align-items-center justify-content-center margin-80px-bottom xs-margin-40px-bottom">
<div class="col-lg-6 col-md-7 order-2 order-md-1 order-lg-1">
<div class="padding-40px-right sm-no-padding-right">
<div class="media">
<span class="number margin-20px-right">2</span>
<div class="media-body">
<h5 class="mt-0">Search Job</h5> Find the right Job by top employers. Displayed here all jobs and match your dream job.
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-5 order-1 order-md-2 order-lg-2 xs-margin-20px-bottom">
<div>
<div class="text-right xs-text-center"><img class="border-radius-4" src="https://www.bootdey.com/image/340x232/1E90FF/000000" alt="Image"></div>
</div>
</div>
</div>
<div class="row align-items-center justify-content-center">
<div class="col-lg-4 col-md-5 xs-margin-20px-bottom">
<div>
<img class="border-radius-4" src="https://www.bootdey.com/image/340x232/87CEFA/000000" alt="Image">
</div>
</div>
<div class="col-lg-6 col-md-7">
<div class="padding-40px-left sm-no-padding-left">
<div class="media">
<span class="number margin-20px-right">3</span>
<div class="media-body">
<h5 class="mt-0">Save & Apply</h5> Well, Explore your job matcher to find. Apply for your best and dream job.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
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.4.1 included, to get the result that you can see in the preview selection
Downloadbody{margin-top:20px;}
.number {
width: 40px;
text-align: center;
height: 40px;
border-radius: 50%;
line-height: 40px;
color: #fff;
background-color: #2196f3;
}
.margin-20px-right {
margin-right: 20px;
}
.border-radius-4 {
border-radius: 4px;
}
.margin-80px-bottom {
margin-bottom: 80px;
}
@media (max-width: 767px){
.xs-margin-40px-bottom {
margin-bottom: 40px !important;
}
}
@media (max-width: 767px){
.xs-margin-20px-bottom {
margin-bottom: 20px !important;
}
}
.padding-40px-left {
padding-left: 40px;
}
@media (max-width: 767px){
.xs-text-center {
text-align: center !important;
}
}

About this bootstrap example/template
This example/template, Steps How It Works, was published on May 29th 2020, 12:10 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 898 views, Using this bootstrap snippet you have the following benefits:
Bootstrap 4.4.1
<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.4.1 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