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.3.4 included, to get the result that you can see in the preview selection
Download<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container bootstrap snippets bootdey">
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="wp-block product">
<figure>
<img alt="" src="https://www.bootdey.com/image/450x180/E6E6FA/000000" class="img-responsive img-center">
</figure>
<h2 class="product-title"><a href="">Nikon Coolpix L320</a></h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisg elitm Ut tincidunt purus iaculis
</p>
<div class="wp-block-footer">
<span class="price pull-left">$233.33</span>
<a href="#" class="btn btn-sm btn-info btn-icon btn-cart pull-right">
<i class="fa fa-cart-plus"></i>
<span>Add to cart</span>
</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="wp-block product">
<figure>
<img alt="" src="https://www.bootdey.com/image/450x180/87CEFA/000000" class="img-responsive img-center">
</figure>
<h2 class="product-title"><a href="">Nikon Coolpix L320</a></h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisg elitm Ut tincidunt purus iaculis
</p>
<div class="wp-block-footer">
<span class="price pull-left">$233.33</span>
<a href="#" class="btn btn-sm btn-info btn-icon btn-cart pull-right">
<i class="fa fa-cart-plus"></i>
<span>Add to cart</span>
</a>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="wp-block product">
<figure>
<img alt="" src="https://www.bootdey.com/image/450x180/FFB6C1/000000" class="img-responsive img-center">
</figure>
<h2 class="product-title"><a href="">Nikon Coolpix L320</a></h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisg elitm Ut tincidunt purus iaculis
</p>
<div class="wp-block-footer">
<span class="price pull-left">$233.33</span>
<a href="#" class="btn btn-sm btn-info btn-icon btn-cart pull-right">
<i class="fa fa-cart-plus"></i>
<span>Add to cart</span>
</a>
</div>
</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.3.4 included, to get the result that you can see in the preview selection
Download
.wp-block {
margin: 0 0 15px 0;
padding:15px;
-webkit-transition: all .3s linear;
transition: all .3s linear;
position: relative;
cursor: default;
border-radius: 2px;
}
.wp-block.product {
background: #fff;
padding: 15px;
margin-bottom: 20px;
border: 1px solid #e0eded;
}
.wp-block:before, .wp-block:after {
display: table;
content: "";
}
.wp-block.product figure {
padding-bottom: 15px;
border-bottom: 1px solid #e0eded;
}
.img-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-block.product .product-title {
margin: 10px 0 0 0;
padding: 0;
border-bottom: 0;
}
h2 {
font-size: 25px;
}
.wp-block.product .product-title a {
font-size: 16px;
font-weight: 600;
color: #333;
}
.wp-block.product p {
color: #616161;
}
.wp-block.product .wp-block-footer {
border-top: 1px solid #e0eded;
padding-top: 15px;
padding-bottom:25px;
}
.wp-block.product .price {
padding: 4px 0;
font-size: 13px;
font-weight: 600;
color: #333;
}
.btn-base {
color: #fff !important;
background-color: #3498db;
border: 1px solid;
border-color: #258cd1;
}
.btn-icon {
position: relative;
}
.btn-icon.btn-sm span, .btn-icon.btn-sm input {
padding-left: 35px;
}
.btn {
border-radius: 0;
border: 0;
border-bottom: 4px solid #CCCCCC;
margin:0;
-webkit-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
-moz-box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
}
.btn-info {
background-color: #39b3d7;
border-color: #348fd2;
text-shadow: 1px 1px 0 #238ed5;
}
About this bootstrap example/template
This example/template, block products, was published on May 16th 2015, 23:37 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.7K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.3.4
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.3.4 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