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.1.0 included, to get the result that you can see in the preview selection
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
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.1.0 included, to get the result that you can see in the preview selection
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
}
About this bootstrap example/template
This example/template, home menu blockquote box jquery2dotnet, was published on Apr 11th 2014, 19:22 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 10.3K views, Using this bootstrap snippet you have the following benefits:
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