HTML code
Clean, semantic HTML that powers this Bootstrap 4.4.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
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
Scoped CSS that styles the component. Paste it after Bootstrap 4.4.1 to keep the design, spacing, and responsiveness consistent.
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;
}
}FAQ
How do I use this snippet?
Include Bootstrap 4.4.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.
Can I use it in commercial projects?
Yes. It’s free for personal and commercial work; check the snippets license for details.
Is it responsive?
Yes. It inherits the responsive grid and components from Bootstrap 4.4.1.

About this bootstrap example/template
This free Bootstrap 4.4.1 snippet, Steps How It Works, was published on May 29th 2020, 12:10 by Bootdey Admin.
Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.
Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.
Already trusted in 1.1K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
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