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 3.2.0 included, to get the result that you can see in the preview selection
Download<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<div class="container bootstrap snippets bootdey">
<section id="services" class="current">
<div class="services-top">
<div class="container bootstrap snippets bootdey">
<div class="row text-center">
<div class="col-sm-12 col-md-12 col-md-12">
<h2>What We Offer</h2>
<h2 style="font-size: 60px;line-height: 60px;margin-bottom: 20px;font-weight: 900;">Our Services</h2>
<p>Our <span class="highlight">experienced</span> and <span class="highlight">dedicated</span> staff provide these services with a smile.</p>
</div>
</div>
<div class="row">
<div class="col-md-offset-1 col-sm-12 col-md-12 col-md-10">
<div class="services-list">
<div class="row">
<div class="col-sm-6 col-md-4 col-md-4">
<div class="service-block" style="visibility: visible;">
<div class="ico fa fa-magic highlight"></div>
<div class="text-block">
<div class="name">Web Design</div>
<div class="info">Beauty and function</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-md-4">
<div class="service-block" style="visibility: visible;">
<div class="ico fa fa-code highlight"></div>
<div class="text-block">
<div class="name">Development/Coding</div>
<div class="info">Quality code that lasts</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-md-4">
<div class="service-block" style="visibility: visible;">
<div class="ico fa fa-pencil highlight"></div>
<div class="text-block">
<div class="name">Copy Writing</div>
<div class="info">Words that tell your story</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-md-4">
<div class="service-block" style="visibility: visible;">
<div class="ico fa fa-bullhorn highlight"></div>
<div class="text-block">
<div class="name">SEO/PPCM</div>
<div class="info">Converting users to customers</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-md-4">
<div class="service-block" style="visibility: visible;">
<div class="ico fa fa-eye highlight"></div>
<div class="text-block">
<div class="name">Branding/Identity</div>
<div class="info">Leave a lasting impression</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-md-4">
<div class="service-block" style="visibility: visible;">
<div class="ico fa fa-umbrella highlight"></div>
<div class="text-block">
<div class="name">Strategy/Planning</div>
<div class="info">Thinking beyond tomorrow</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</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 3.2.0 included, to get the result that you can see in the preview selection
Download
#services {}
#services .services-top {
padding: 70px 0 50px;
}
#services .services-list {
padding-top: 50px;
}
.services-list .service-block {
margin-bottom: 25px;
}
.services-list .service-block .ico {
font-size: 38px;
float: left;
}
.services-list .service-block .text-block {
margin-left: 58px;
}
.services-list .service-block .text-block .name {
font-size: 20px;
font-weight: 900;
margin-bottom: 5px;
}
.services-list .service-block .text-block .info {
font-size: 16px;
font-weight: 300;
margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
font-size: 12px;
line-height: normal;
font-weight: 300;
}
.highlight {
color: #2ac5ed;
font-weight:bold;
}
About this bootstrap example/template
This example/template, Services, was published on Aug 13th 2014, 18:40 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 27.2K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.2.0
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.2.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