"Product Page For Online Shop"
Bootstrap 3.0.1 Snippet by MSBG

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="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container-fluid">
<div class="content-wrapper">
<div class="item-container">
<div class="container">
<div class="col-md-12">
<div class="product col-md-3 service-image-left">
<center>
<img id="item-display" src="http://www.corsair.com/Media/catalog/product/g/s/gs600_psu_sideview_blue_2.png" alt=""></img>
</center>
</div>
<div class="container service1-items col-sm-2 col-md-2 pull-left">
<center>
<a id="item-1" class="service1-item">
<img src="http://www.corsair.com/Media/catalog/product/g/s/gs600_psu_sideview_blue_2.png" alt=""></img>
</a>
<a id="item-2" class="service1-item">
<img src="http://www.corsair.com/Media/catalog/product/g/s/gs600_psu_sideview_blue_2.png" alt=""></img>
</a>
<a id="item-3" class="service1-item">
<img src="http://www.corsair.com/Media/catalog/product/g/s/gs600_psu_sideview_blue_2.png" alt=""></img>
</a>
</center>
</div>
</div>
<div class="col-md-7">
<div class="product-title">Corsair GS600 600 Watt PSU</div>
<div class="product-desc">The Corsair Gaming Series GS600 is the ideal price/performance choice for mid-spec gaming PC</div>
<div class="product-rating"><i class="fa fa-star gold"></i> <i class="fa fa-star gold"></i> <i class="fa fa-star gold"></i> <i class="fa fa-star gold"></i> <i class="fa fa-star-o"></i> </div>
<hr>
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
/*********************************************
Call Bootstrap
*********************************************/
@import url("bootstrap/bootstrap.min.css");
@import url("bootstrap-override.css");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
/*********************************************
Theme Elements
*********************************************/
.gold{
color: #FFBF00;
}
/*********************************************
PRODUCTS
*********************************************/
.product{
border: 1px solid #dddddd;
height: 321px;
}
.product>img{
max-width: 230px;
}
.product-rating{
font-size: 20px;
margin-bottom: 25px;
}
.product-title{
font-size: 20px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

the </div> at line 26 is improper. It should have been after line 46 in order to get the view as shown in the preview.

Biplab K Ray () - 8 years ago - Reply 0


Thanks =)

Kevin Jermaine Deon Howington () - 8 years ago - Reply 0


Hi, I have copied the codes but don`t know where to into CSS in HTML. I`m new to coding. Please Assist..

Daniel Adeyemi () - 8 years ago - Reply 0


between <head> <style> css </style> </head>

Eduardo De Carvalho Rodrigues () - 8 years ago - Reply 0


Layout got broken in Bootstrap 3.3+ version. Please check.

Foyzul Karim () - 9 years ago - Reply 0