"Untitled"
Bootstrap 4.1.1 Snippet by jeevan123456

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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 href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<nav role="navigation" class="header-nav">
<div class="fixed-nav">
<a class="navbar-brand" style="margin-left:50px;" href="auction.gaadiexpert.com"></a>
<img class="img-responsive" src="http://auction.gaadiexpert.com/public/images/logo1.png" style="margin-top:17px; width:180px;">
</div>
</nav>
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
.fixed-nav {
background: #031f9a ;
height: 50px;
position: fixed;
width: 100%;
z-index: 9000;
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.header-nav {
float: left;
height: 40px;
position: relative;
width: 100%;
}
.header-nav ul li a {
color: rgba(0, 0, 0, 0.79);
display: block;
float: left;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.75px;
line-height: 24px;
margin-left: 0;
overflow: hidden;
padding: 6px 6px 6px 12px;
position: relative;
text-decoration: none;
width: 100%;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: