"E-Commerce menu footer"
Bootstrap 3.3.0 Snippet by caumali

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="sumit kumar">
<title>Trial</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script src="https://use.fontawesome.com/07b0ce5d10.js"></script>
</head>
<body>
<nav class="top-bar">
<div class="container">
<div class="row">
<div class="col-sm-4 hidden-xs">
<span class="nav-text">
<i class="fa fa-phone" aria-hidden="true"></i> +123 4567 8910
<i class="fa fa-envelope" aria-hidden="true"></i> sumi9xm@gmail.com</span>
</div>
<div class="col-sm-4 text-center">
<a href="#" class="social"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#" class="social"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#" class="social"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#" class="social"><i class="fa fa-youtube-play" aria-hidden="true"></i></a>
<a href="#" class="social"><i class="fa fa-google" aria-hidden="true"></i></a>
<a href="#" class="social"><i class="fa fa-dribbble" aria-hidden="true"></i></a>
</div>
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
/*////////////////TOP NAV BAR////////////////*/
.top-bar{background-color:black;min-height:40px;padding-top:5px;padding-bottom: 0px;}
.top-bar .nav-text {
color: #00BCD4;
display: block;
margin-top: 5px;
}
.top-bar .social{color:#FFF;display:inline-block;padding:5px;text-decoration: none;}
.top-bar .tools{margin:0px;padding:0px;list-style-type:none;}
.top-bar .tools li{list-style-type: none;display:inline-block;}
.top-bar .tools li a {
display: block;
text-decoration: none;
color: #fff;
padding-left: 15px;
padding-top: 5px;
}
.navbar-brand {
/* float: left; */
height: 50px;
padding: 3px 15px;
font-size: 18px;
line-height: 20px;
position: absolute;
z-index: 11;
margin: 0 auto;
right: 42%;
}
.navbar-inverse {
background-color: #009688;
border-color: #080808;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: