"Header with Top Social Menu"
Bootstrap 3.2.0 Snippet by abhimanyusankhyan4

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.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<header id="main-head">
<nav class=" navbar navbar-bootsnipp " role="navigation">
<div class="top-head">
<div class="container">
<div class="row">
<div class="col-md-offset-6 col-md-6 pull-right social">
<div class="login-box">
<a href="" class="login reg btn-blue hidden-lg hidden-md hidden-sm">Register</a>
<a href="" class="login btn-blue">Login</a>
</div>
<div class="scl-links">
<ul class="">
<li class=""><a href=""><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li class=""><a href=""><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li class=""><a href=""><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li class=""><a href=""><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="bot-head">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class=" navbar-header ">
<button type="button" class=" navbar-toggle " data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class=" sr-only ">Toggle navigation</span>
<span class=" icon-bar "></span>
<span class=" icon-bar "></span>
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
/*****Reset css********/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; color:#101010; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; font-family: open sans; }
p,label{ font: 400 15px/23px open sans;; color: #101010; }
a{ text-decoration:none; font-family:open sans; }
h1,h2,h3,h4,h5,h6,h7{ font-family:open sans; }
input,select,textarea,span{ font-family:open sans; }
/********Animation Ends********/
#main-head {
display: block;
z-index: 9;
width: 100%;
background: #333;
}
#main-head nav.navbar {
margin: 0;
border: none;
}
#main-head nav.navbar .top-head {
display: block;
padding: 10px 0;
background: #dedede;
}
#main-head .bot-head {
padding: 10px 0;
}
#main-head nav.navbar .top-head .scl-links ul {
list-style-type: none;
margin: 0;
padding: 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: