HTML code
Clean, semantic HTML that powers this Bootstrap 3.2.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
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="content" class="current">
<div class="container text-center">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2>Beautiful Design</h2>
<h2 style="font-size: 60px;line-height: 60px;margin-bottom: 20px;font-weight: 900;">With <span class="highlight">Impressive Features</span></h2>
<p>All the features you need to create an amazing website.</p>
</div>
</div>
<div class="row">
<div class="col-lg-offset-1 col-sm-12 col-md-12 col-lg-10">
<div class="features-list">
<div class="row">
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="feature-block bootdey" style="visibility: visible;">
<div class="ico fa fa-magic"></div>
<div class="name">
Premium Design
</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
<div class="more">
<a href="#" class="btn btn-default btn-sm">Read more</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="feature-block bootdey" style="visibility: visible;">
<div class="ico fa fa-magnet"></div>
<div class="name">
SEO Optimized
</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
<div class="more">
<a href="#" class="btn btn-default btn-sm">Read more</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="feature-block bootdey" style="visibility: visible;">
<div class="ico fa fa-gift"></div>
<div class="name">
Bonus: PSDs Included
</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
<div class="more">
<a href="#" class="btn btn-default btn-sm">Read more</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="feature-block bootdey" style="visibility: visible;">
<div class="ico fa fa-cubes"></div>
<div class="name">
Custom UI Elements
</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
<div class="more">
<a href="#" class="btn btn-default btn-sm">Read more</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="feature-block bootdey" style="visibility: visible;">
<div class="ico fa fa-expand"></div>
<div class="name">
Fully Responsive
</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
<div class="more">
<a href="#" class="btn btn-default btn-sm">Read more</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4">
<div class="feature-block bootdey" style="visibility: visible;">
<div class="ico fa fa-send-o"></div>
<div class="name">
Contact Form
</div>
<div class="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames </div>
<div class="more">
<a href="#" class="btn btn-default btn-sm">Read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div> CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 3.2.0 to keep the design, spacing, and responsiveness consistent.
Download
h2 {
font-size: 50px;
font-weight: 300;
margin-bottom: 10px;
line-height: 50px;
}
.highlight {
color: #2ac5ed;
}
#content {
padding: 70px 0;
}
#content .features-list {
padding-top: 35px;
}
.features-list .feature-block {
margin-bottom: 18px;
}
.features-list .feature-block .ico {
font-size: 37px;
line-height: 70px;
width:70px;
height: 70px;
background: #5accff;
display: inline-block;
border-radius: 50%;
color: #FFFFFF;
margin-bottom: 10px;
}
.features-list .feature-block.bottom-line .ico {
width: auto;
height: auto;
background: transparent;
color: #5accff;
text-align: center;
font-size: 41px;
vertical-align: top;
margin-top: -10px;
}
.features-list .feature-block.bottom-line .fa-github {
font-size: 50px;
}
.features-list .feature-block.bottom-line .fa-dashboard {
font-size: 45px;
margin-top: -15px;
}
.features-list .feature-block.bottom-line .ico {
float: left;
margin-right: 15px;
margin-left: 21px;
}
.features-list .feature-block.bottom-line .features-content {
padding-right: 15px;
display: table;
}
.features-list .feature-block.bottom-line .features-content .name {
margin-bottom: 5px;
}
.features-list .feature-block.bottom-line .features-content .subname {
font-size: 16px;
margin-bottom: 12px;
}
.features-list .feature-block .name {
font-size: 20px;
line-height: 1.25em;
font-weight: bold;
margin-bottom: 10px;
}
.features-list .feature-block .text {
font-size: 12px;
line-height: normal;
margin-bottom: 15px;
}
FAQ
How do I use this snippet?
Include Bootstrap 3.2.0, 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 3.2.0.
About this bootstrap example/template
This free Bootstrap 3.2.0 snippet, Features, was published on Aug 13th 2014, 18:46 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 18.5K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
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