"Responsive Product display page "
Bootstrap 4.1.1 Snippet by sandeepchhn5

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/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" />
<div class="container">
<div class="row">
<h2>Responsive Product Display Page for E-commerce Website</h2>
<br/><br/>
<h3><a href="http://www.schauhan.in/bootstrap-hotel-booking-form-templates/">Bootstrap Responsive Form</a></h3>
</div>
</div>
<div class="product_container">
<div class="heart"><i class="fa fa-heart"></i></div>
<div class="quick">Quick View</div>
<div class="image_container"><img src="http://www.schauhan.in/Bootstrap_4/Multiitem_Carousel/product/3.jpeg" /></div>
<div class="category">Catwalk</div>
<div class="nc">
<div class="name">Women Tan Flats</div>
<div class="assured"><img src="fa_8b4b59.png" /></div>
<div class="clear"></div>
</div>
<div class="p_container">
<div class="n_p">Rs.509</div>
<div class="o_p">Rs.699</div>
<div class="offer">54% Off</div>
<div class="clear"></div>
</div>
<div class="bank">
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
body
{
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
}
.product_container
{
width:25%;
box-sizing:border-box;
position:relative;
float:left;
padding:10px;
box-shadow:0px 0px 3px #333;
transition:all ease-in-out 0.3s;
}
.image_container img
{
width:100%;
max-height:150px;
}
.category
{
color:#666;
font-weight:600;
font-size:14px;
margin-top: 60px;
}
.clear
{
clear:both;
}
.name
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: