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.3.1 included, to get the result that you can see in the preview selection
Download<div id="our-services" class="our-services">
<h3 class="text-green mb-5 h1 text-center">Our Services</h3>
<!-- Features -->
<div class="features mb-4">
<div class="container">
<div class="row">
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-green mr-3"><i class="fa fa-paint-brush"></i></div>
<div class="px-4">
<h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Design & Branding</a></h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-green mr-3"><i class="fa fa-code"></i></div>
<div class="px-4">
<h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Programming</a></h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
</div>
<div class="row">
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-green mr-3"><i class="fa fa-font"></i></div>
<div class="px-4">
<h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Copywriting</a></h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
<div class="feature py-4 col-md-6 d-flex">
<div class="icon text-green mr-3"><i class="fa fa-support"></i></div>
<div class="px-4">
<h5><a href="https://www.fiverr.com/sunlimetech/design-and-fix-your-bootstrap-4-issues">Training & Support</a></h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
</div>
</div>
</div>
<!-- / Features -->
</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.3.1 included, to get the result that you can see in the preview selection
Download/**********************
/***** Services *******
/*********************/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#our-services{
padding: 60px 0;
}
#our-services h3,
#our-services h5{
color: #007b5e!important;
}
#our-services a{
color: #007b5e!important;
text-decoration:none;
}
#our-services .feature .icon {
border-radius: 50%;
min-width: 65px;
height: 65px;
line-height: 65px;
text-align: center;
box-shadow: 0 2px 4px rgba(33,37,41,.1), 0 7px 14px rgba(33,37,41,.1);
font-size: 27px;
color: #007b5e!important;
}
About this bootstrap example/template
This example/template, Our services, was published on Sep 28th 2019, 02:30 by Sunlime Technologies 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 2.9K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 4.3.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.3.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