"layout"
Bootstrap 3.0.0 Snippet by evarevirus

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.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 ---------->
<head>
<title>E-comarce tamplet #2</title>
</head>
<body>
<!-- Start TopBar Site -->
<!-- which include (languge + carruncy + conact info + login) -->
<div class="Topbar">
<div class="container">
<div class="row">
<div class="contact-info col-md-8 col-xs-12">
<i class="fa fa-phone" aria-hidden="true"></i>
<span>Call Us: +84 958 000000</span>
<span>|</span>
<i class="fa fa-envelope" aria-hidden="true"></i>
<span>Email:support@yaongmain.com</span>
</div>
<div class="col-md-4 col-xs-12">
<div class="col-md-3"><i class="fa fa-lock" aria-hidden="true"><a href="#"> Log In</a></i></div>
<ul class="languge">
<li class="open-mune">
<img src="http://www.3rbz.com/uploads/08b20821ecc72.png" alt="1">
<span>ENGLISH</span>
<i class="fa fa-chevron-down"></i>
<i class="hidden fa fa-chevron-up"></i>
<span class="text-uppercase"><span>|</span> usd</span>
<i class="fa fa-chevron-down"></i>
<i class="hidden fa fa-chevron-up"></i>
</li>
<li class="list-unstyled">
<ul class="mune ">
<li>languge 1 - cuurancy</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
* {
font-family: 'Sansita', sans-serif
}
a {
color: black
}
.overhidden {
overflow: hidden
}
ul,ol{
list-style-type: none
}
.hiden {
display: none
}
/************************
Start TopBar Site
*************************/
select,
select >option,
input{
border-width: 0px;
outline: none;
cursor: pointer
}
.Topbar {
padding: 30px 0 65px 0;
font-size: 15px;
letter-spacing: .75px;
}
.Topbar .contact-info {
cursor: pointer;
}
.Topbar .contact-info i {
margin-right: 5px
}
.Topbar .contact-info span:hover {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: