"Untitled"
Bootstrap 3.3.0 Snippet by divyalahad

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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
<div class="container bootdey">
<div class="col-md-3">
<section class="panel">
<div class="panel-body">
<input type="text" placeholder="Keyword Search" class="form-control" />
</div>
</section>
<section class="panel">
<header class="panel-heading">
Category
</header>
<div class="panel-body">
<ul class="nav prod-cat">
<li>
<a href="#" class="active"><i class="fa fa-angle-right"></i> Dress</a>
<ul class="nav">
<li class="active"><a href="#">- Shirt</a></li>
<li><a href="#">- Pant</a></li>
<li><a href="#">- Shoes</a></li>
</ul>
</li>
<li>
<a href="#"><i class="fa fa-angle-right"></i> Bags & Purses</a>
</li>
<li>
<a href="#"><i class="fa fa-angle-right"></i> Beauty</a>
</li>
<li>
<a href="#"><i class="fa fa-angle-right"></i> Coat & Jacket</a>
</li>
<li>
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{margin-top:20px;
background:#f1f2f7;
}
/*panel*/
.panel {
border: none;
box-shadow: none;
}
.panel-heading {
border-color:#eff2f7 ;
font-size: 16px;
font-weight: 300;
}
.panel-title {
color: #2A3542;
font-size: 14px;
font-weight: 400;
margin-bottom: 0;
margin-top: 0;
font-family: 'Open Sans', sans-serif;
}
/*product list*/
.prod-cat li a{
border-bottom: 1px dashed #d9d9d9;
}
.prod-cat li a {
color: #3b3b3b;
}
.prod-cat li ul {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: