"Header Top"
Bootstrap 3.0.0 Snippet by Raj78

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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 ---------->
<!--header top-->
<div class="menu">
<div class="container-fluid">
<div class="navbar-header">
<a href="#"><span class="glyphicon glyphicon-user"></span> Email: Ravikumar@gmail.com</a>
<a href="#"><span class="glyphicon glyphicon-phone"></span> Mobile: 1234567890</a>
</div>
<div>
<ul class="nav navbar-nav navbar-right">
<li><a href="#" ><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</div>
</div>
<!--end Header-->
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
.menu
{
background-color: #f33155;
border-bottom: 4px solid #4f5467;
width:100%;
height: auto;
padding: 0 10px;
position: fixed;
margin: 0px;
z-index: 1;
opacity: 0.9;
}
.menu .navbar-nav > .active > a
{
background-color : #4f5467;
color: white;
font-weight: bold;
}
.menu .navbar-nav > li > a
{
font-size: 13px;
color: white;
padding: 10px 35px;
}
.menu .navbar-nav > li > a:hover
{
background-color: #4f5467;
}
.navbar-header {
padding: 10px;
}
.navbar-header > a {
font-family: 'Ubuntu Condensed', sans-serif;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: