"kupon style site"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<!-- top section starts here -->
<div class="top-section bg-light hdden-xs">
<div class="container">
<div class="row">
<div class="col-sm-6 list-inline list-unstyled no-margin hidden-xs">
<p class="no-margin">
Have any questions?
<strong>
+080 124 880
</strong>
or mail@codenpixel.com
</p>
</div>
<div class="pull-right col-sm-6">
<ul class="list-inline list-unstyled pull-right">
<li class="active">
<a href="#">
<i class="ti-cart">
</i>
Faq
</a>
</li>
<li>
<a href="#">
Sign In
</a>
</li>
<li>
<a href="#">
Sign Up
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: 'Roboto';font-size: 15px;
background-color:#ededed;
}
/* top section */
.top-section {
padding: 10px 0 0;
background: #303F9F;
color: #FFFFFF;
font-size: 13px;
}
.top-section ul li a {
color: #FFFFFF;
font-size: 14px;
}
/* top section Ends here */
/* header section starts here */
.header-section {
padding: 25px 0;
background-color: #3F51B5;
}
.search-form .btn {
padding: 14.5px;
border-radius: 0;
}
.navbar-brand {
float: left;
padding: 0;
}
.navbar-brand img {
float: left;
transition: all .5s ease-out;
margin: 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: