"stemrobo"
Bootstrap 4.0.0 Snippet by Ashwani Rawat

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/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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 ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>mfs-practise</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<div class="top-panel">
<div class="container">
<ul>
<li><i class="fa fa-phone" aria-hidden="true"></i> Call:1234567890</li>
<li><a href=#"><i class="fa fa-sign-in" aria-hidden="true"></i> Sign in (or) logout</a></li>
<li><a href=#"><i class="fa fa-shopping-cart" aria-hidden="true"></i> Call:1234567890</a></li>
</ul>
</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
*{margin:0; padding:0;}
.wrapper,.main,.footer,.header,.top-panel,.panel-wrap,.nav-head,nav,.banner,.wine-panel,section{ float:left; width:100%;}
.top-panel{background:#669d89;padding: 10px 0;}
.top-panel ul{ margin:0; padding:0; list-style:none; float:right;}
.top-panel ul li{float:left; padding:0 15px;font-size:12px;color: #ffffff;line-height: 18px;}
.top-panel ul li a{ color: #ffffff; text-decoration:none;}
.top-panel ul li a:hover{ color:yellow;}
.panel-wrap{margin:0 auto;text-align: center;background:#dec978;padding: 5px 0;border-bottom: 1px dashed #9c9c9c;}
.panel-wrap img{ max-width:100%;}
nav{background:#dec978;/* padding: 20px 0; */}
.nav-head ul{padding:0;list-style:none;text-align: center;margin: 0;}
.nav-head ul li{font-size:14px;display: inline-block;line-height: 70px; }
.nav-head ul li a{color:#669d89;text-decoration:none;padding: 5px 7px 5px 7px;margin:0 10px;}
.nav-head ul li a.active{color: #fff;background: #f27c7e;border-radius: 4px;}
.nav-head ul li a:hover{color: #fff;background: #f27c7e;border-radius: 4px;}
.nav-head ul ul{ display: none;
position: absolute;
width: 150px;
background: #dec978;
margin: 0;
padding: 0; }
.nav-head ul li:hover ul{display:block;}
.nav-head ul li li{ display: block;
line-height: 20px;
padding: 5px 0;
text-align: left; transition: all 5s ease;}
.nav-head ul li li a{ display: block;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease }
.nav-head ul li li a:hover{background:transparent;color:#ff0000;padding-left:10px;}
/********** dropdown ***********/
.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: