HTML code
Clean, semantic HTML that powers this Bootstrap 4.1.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<section class="container pt-3 mb-3">
<h2 class="h3 block-title text-center">What we do<small>Whatever we do, we do with your end user in mind </small></h2>
<div class="row pt-5 mt-30">
<div class="col-lg-4 col-sm-6 mb-30 pb-5">
<a class="card" href="#">
<div class="box-shadow bg-white rounded-circle mx-auto text-center" style="width: 90px; height: 90px; margin-top: -45px;"><i class="fa fa-user fa-3x head-icon"></i></div>
<div class="card-body text-center">
<h3 class="card-title pt-1">UX Prototyping</h3>
<p class="card-text text-sm">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p><span class="text-sm text-uppercase font-weight-bold">Learn More <i class="fe-icon-arrow-right"></i></span>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-30 pb-5">
<a class="card" href="#">
<div class="box-shadow bg-white rounded-circle mx-auto text-center" style="width: 90px; height: 90px; margin-top: -45px;"><i class="fa fa-user-circle-o fa-3x head-icon"></i></div>
<div class="card-body text-center">
<h3 class="card-title pt-1">Web & UI Design</h3>
<p class="card-text text-sm">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p><span class="text-sm text-uppercase font-weight-bold">Learn More <i class="fe-icon-arrow-right"></i></span>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-30 pb-5">
<a class="card" href="#">
<div class="box-shadow bg-white rounded-circle mx-auto text-center" style="width: 90px; height: 90px; margin-top: -45px;"><i class="fa fa-address-book fa-3x head-icon"></i></div>
<div class="card-body text-center">
<h3 class="card-title pt-1">Front-End Development</h3>
<p class="card-text text-sm">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p><span class="text-sm text-uppercase font-weight-bold">Learn More <i class="fe-icon-arrow-right"></i></span>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-30 pb-5">
<a class="card" href="#">
<div class="box-shadow bg-white rounded-circle mx-auto text-center" style="width: 90px; height: 90px; margin-top: -45px;"><i class="fa fa-car fa-3x head-icon"></i></div>
<div class="card-body text-center">
<h3 class="card-title pt-1">Back-End Development</h3>
<p class="card-text text-sm">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p><span class="text-sm text-uppercase font-weight-bold">Learn More <i class="fe-icon-arrow-right"></i></span>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-30 pb-5">
<a class="card" href="#">
<div class="box-shadow bg-white rounded-circle mx-auto text-center" style="width: 90px; height: 90px; margin-top: -45px;"><i class="fa fa-camera fa-3x head-icon"></i></div>
<div class="card-body text-center">
<h3 class="card-title pt-1">Usability Testing</h3>
<p class="card-text text-sm">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p><span class="text-sm text-uppercase font-weight-bold">Learn More <i class="fe-icon-arrow-right"></i></span>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-30 pb-5">
<a class="card" href="#">
<div class="box-shadow bg-white rounded-circle mx-auto text-center" style="width: 90px; height: 90px; margin-top: -45px;"><i class="fa fa-image fa-3x head-icon"></i></div>
<div class="card-body text-center">
<h3 class="card-title pt-1">SEO Optimization</h3>
<p class="card-text text-sm">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.</p><span class="text-sm text-uppercase font-weight-bold">Learn More <i class="fe-icon-arrow-right"></i></span>
</div>
</a>
</div>
</div>
</section>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 4.1.1 to keep the design, spacing, and responsiveness consistent.
Downloadbody{
margin-top:20px;
background:#eee;
}
.card::after {
display: block;
position: absolute;
bottom: -10px;
left: 20px;
width: calc(100% - 40px);
height: 35px;
background-color: #fff;
-webkit-box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
box-shadow: 0 19px 28px 5px rgba(64,64,64,0.09);
content: '';
z-index: -1;
}
a.card {
text-decoration: none;
}
.card {
position: relative;
border: 0;
border-radius: 0;
background-color: #fff;
-webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09);
}
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,0.125);
border-radius: .25rem;
}
.box-shadow {
-webkit-box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
box-shadow: 0 12px 20px 1px rgba(64,64,64,0.09) !important;
}
.ml-auto, .mx-auto {
margin-left: auto !important;
}
.mr-auto, .mx-auto {
margin-right: auto !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.bg-white {
background-color: #fff !important;
}
.ml-auto, .mx-auto {
margin-left: auto !important;
}
.mr-auto, .mx-auto {
margin-right: auto !important;
}
.d-block {
display: block !important;
}
img, figure {
max-width: 100%;
height: auto;
vertical-align: middle;
}
.card-text {
padding-top: 12px;
color: #8c8c8c;
}
.text-sm {
font-size: 12px !important;
}
p, .p {
margin: 0 0 16px;
}
.card-title {
margin: 0;
font-family: "Montserrat",sans-serif;
font-size: 18px;
font-weight: 900;
}
.pt-1, .py-1 {
padding-top: .25rem !important;
}
.head-icon{
margin-top:18px;
color:#FF4500
}FAQ
How do I use this snippet?
Include Bootstrap 4.1.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.1.1.
About this bootstrap example/template
This free Bootstrap 4.1.1 snippet, bs4 sevices page, was published on Dec 25th 2018, 09:09 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 21.3K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 4.1.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.1.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