"E-commerce product item block"
Bootstrap 3.3.0 Snippet by keenthemes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!--
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
-->
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="product-item">
<div class="pi-img-wrapper">
<img src="http://keenthemes.com/assets/bootsnipp/k1.jpg" class="img-responsive" alt="Berry Lace Dress">
<div>
<a href="#" class="btn">Zoom</a>
<a href="#" class="btn">View</a>
</div>
</div>
<h3><a href="shop-item.html">Berry Lace Dress</a></h3>
<div class="pi-price">$29.00</div>
<a href="javascript:;" class="btn add2cart">Add to cart</a>
<div class="sticker sticker-new"></div>
</div>
</div>
<div class="col-md-4">
<div class="product-item">
<div class="pi-img-wrapper">
<img src="http://keenthemes.com/assets/bootsnipp/k2.jpg" class="img-responsive" alt="Berry Lace Dress">
<div>
<a href="#" class="btn">Zoom</a>
<a href="#" class="btn">View</a>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/***
User Profile Sidebar by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/
body {
background: #f1f1f1;
}
.product-item {
padding: 15px;
background: #fff;
margin-top: 20px;
position: relative;
}
.product-item:hover {
box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}
.product-item:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
line-height:0;
}
.sticker {
position: absolute;
top: 0;
left: 0;
width: 63px;
height: 63px;
}
.sticker-new {
background: url(http://keenthemes.com/assets/bootsnipp/new.png) no-repeat;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: