"Product Grid"
Bootstrap 3.0.0 Snippet by SammuMufeed

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.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<div class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="row categories">
<form method="post" action="test">
<div class="col-md-12">
<ul id="horizontal-list">
<li><a href="">ELECTRONICS</a></li>
<li><a href="">AUTOMOTIVES</a></li>
<li><a href="">HOME & DECOR</a></li>
<li><a href="">SPORTING</a></li>
<li><a href="">FASHION</a></li>
<li><a href="">GARDENING</a></li>
<li><a href="">HOBBYS</a></li>
<li><input type="text" name="search" style="padding:5px; border:1px solid #eee;"/><button type="submit" class="btn btn-danger">SEARCH</button></li>
</ul>
</div>
</form>
</div>
<!-- /categories -->
</div>
</div>
<!-- navbar -->
<div class="container">
<div class="row it" id="cont">
<div class="col-md-12"><div class="col-md-12"><h2>Featured Products</h2></div></div>
<div class="col-md-12">
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
@font-face {
font-family: 'Roboto-Light';
src: url('../fonts/Roboto-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Thin';
src: url('../fonts/Roboto-Thin.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto-Regular';
src: url('../fonts/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
body {
font-family:"Roboto-Regular"; font-weight:normal;
}
.it h2{ color: #666; font-family: "Roboto-Light"; padding-top: 10px; }
a:hover { text-decoration: none;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: