"E-Commerce-menu"
Bootstrap 3.3.0 Snippet by sumi9xm

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>
<!--=========-TOP_BAR============-->
<nav class="topBar">
<div class="container">
<ul class="list-inline pull-left hidden-sm hidden-xs">
<li><span class="text-primary">Have a question? </span> Call +120 558 7885</li>
</ul>
<ul class="topBarNav pull-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-close-others="false"> <i class="fa fa-usd mr-5"></i>USD<i class="fa fa-angle-down ml-5"></i>
</a>
<ul class="dropdown-menu w-100" role="menu">
<li><a href="#"><i class="fa fa-eur mr-5"></i>EUR</a>
</li>
<li class=""><a href="#"><i class="fa fa-usd mr-5"></i>USD</a>
</li>
<li><a href="#"><i class="fa fa-gbp mr-5"></i>GBP</a>
</li>
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
.mr-5 {
margin-right: 5px;
}
.ml-5 {
margin-left: 5px;
}
.w-100{
width: 100px;
}
.w-150{
width: 150px;
}
.w-250{
width: 250px;
}
.topBar {
background-color: #ffffff;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
font-size: 13px;
}
.topBar ul {
margin: 0;
}
.topBar ul li {
line-height: 42px;
}
.topBar a {
color: #878c94;text-decoration:none;
}
.text-primary {
color: #0cd4d2;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

note working

BRIANNN () - 5 years ago - Reply 0


some files are missing like style.css bootstrap.js

where we can get these files

ameerhamzakhan () - 6 years ago - Reply 0