"Body-Products"
Bootstrap 3.3.0 Snippet by hicham

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 ---------->
<ul class="thumbnails">
<li class="span3">
<div class="product-box">
<span class="sale_tag"></span>
<p><a href="product_detail.html"><img src="http://im83.gulfup.com/tWTNYR.jpg" alt="" /></a></p>
<a href="product_detail.html" class="title">Ut wisi enim ad</a><br/>
<a href="products.html" class="category">Commodo consequat</a>
<p class="price">$17.25</p>
</div>
</li>
<li class="span3">
<div class="product-box">
<span class="sale_tag"></span>
<p><a href="product_detail.html"><img src="http://im83.gulfup.com/OtxktE.jpg" alt="" /></a></p>
<a href="product_detail.html" class="title">Quis nostrud exerci tation</a><br/>
<a href="products.html" class="category">Quis nostrud</a>
<p class="price">$32.50</p>
</div>
</li>
<li class="span3">
<div class="product-box">
<p><a href="product_detail.html"><img src="http://im83.gulfup.com/DyqzjA.jpg" alt="" /></a></p>
<a href="product_detail.html" class="title">Know exactly turned</a><br/>
<a href="products.html" class="category">Quis nostrud</a>
<p class="price">$14.20</p>
</div>
</li>
<li class="span3">
<div class="product-box">
<p><a href="product_detail.html"><img src="http://im83.gulfup.com/1wWOrd.jpg" alt="" /></a></p>
<a href="product_detail.html" class="title">You think fast</a><br/>
<a href="products.html" class="category">World once</a>
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
@charset "utf-8";
@import url("http://fonts.googleapis.com/css?family=Open+Sans:regular,italic,bold");
/* common
----------------------------------------------------------------------------- */
body{
font-size: 12px;
font-family: 'Open Sans', arial, tahoma, sans-serif;
background:url(../images/bg.png) repeat 0 0 fixed;
}
label, input, button, select, textarea{
font-size: 12px;
}
ul li a,a{
color:#333;
outline:0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
a{
color:#eb4800;
}
a:hover{
color:#fd4004;
text-decoration:none;
}
.img-al{
margin: 0 10px 10px 0;
float:left;
}
.img-ar{
margin: 0 0 10px 10px;
float:right;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: