HTML code
Clean, semantic HTML that powers this Bootstrap 3.1.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<div class="container bootstrap snippets bootdey">
<div class="row">
<div class="col-md-6">
<h2>Blockquote Box</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="blockquote-box blockquote-primary clearfix">
<div class="square pull-left">
<span class="glyphicon glyphicon-home glyphicon-lg"></span>
</div>
<h4>
Bootdey.com</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
</div>
<div class="blockquote-box blockquote-primary clearfix">
<div class="square pull-left">
<span class="glyphicon glyphicon-music glyphicon-lg"></span>
</div>
<h4>
Let's music play</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante. <a href="http://www.jquery2dotnet.com/search/label/jquery">jquery2dotnet</a>
</p>
</div>
<div class="blockquote-box blockquote-success clearfix">
<div class="square pull-left">
<span class="glyphicon glyphicon-tree-conifer glyphicon-lg"></span>
</div>
<h4>
Tree conifer</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
</div>
</div>
<div class="col-md-6">
<div class="blockquote-box blockquote-info clearfix">
<div class="square pull-left">
<span class="glyphicon glyphicon-info-sign glyphicon-lg"></span>
</div>
<h4>
Information</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
</div>
<div class="blockquote-box blockquote-warning clearfix">
<div class="square pull-left">
<span class="glyphicon glyphicon-warning-sign glyphicon-lg"></span>
</div>
<h4>
Warning</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
</div>
<div class="blockquote-box blockquote-danger clearfix">
<div class="square pull-left">
<span class="glyphicon glyphicon-record glyphicon-lg"></span>
</div>
<h4>
Danger</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
</p>
</div>
</div>
</div>
</div>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 3.1.0 to keep the design, spacing, and responsiveness consistent.
Download body {
background: #eee;
}
.glyphicon-lg {
font-size: 3em
}
.blockquote-box {
border-right: 5px solid #E6E6E6;
margin-bottom: 25px
}
.blockquote-box .square {
width: 100px;
min-height: 50px;
margin-right: 22px;
text-align: center !important;
background-color: #E6E6E6;
padding: 20px 0
}
.blockquote-box.blockquote-primary {
border-color: #357EBD
}
.blockquote-box.blockquote-primary .square {
background-color: #428BCA;
color: #FFF
}
.blockquote-box.blockquote-success {
border-color: #4CAE4C
}
.blockquote-box.blockquote-success .square {
background-color: #5CB85C;
color: #FFF
}
.blockquote-box.blockquote-info {
border-color: #46B8DA
}
.blockquote-box.blockquote-info .square {
background-color: #5BC0DE;
color: #FFF
}
.blockquote-box.blockquote-warning {
border-color: #EEA236
}
.blockquote-box.blockquote-warning .square {
background-color: #F0AD4E;
color: #FFF
}
.blockquote-box.blockquote-danger {
border-color: #D43F3A
}
.blockquote-box.blockquote-danger .square {
background-color: #D9534F;
color: #FFF
}FAQ
How do I use this snippet?
Include Bootstrap 3.1.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.1.0.
About this bootstrap example/template
This free Bootstrap 3.1.0 snippet, home menu blockquote box jquery2dotnet, was published on Apr 11th 2014, 19:22 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 11.4K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 3.1.0
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.1.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