"tsspdcl-home-theme"
Bootstrap 3.0.0 Snippet by vara24

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 ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Multi level Navbar Menu</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="../css/animate.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<!--<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">.-->
<style type="text/css">
/* Set a base */
<!--
/* iPhone landscape range
@media (min-width:321px) and (max-width:480px) {
html { font-size:1.6em }
}
/* larger than iPhone landscape, an in the iPad portrait range
@media (min-width:481px) and (max-width:768px) {
html { font-size:1.6em }
}
/* bigger than iPad portrait
@media (min-width:769px) {
html { font-size:2em }
*/-->
/* To Dropdown navbar dropdown on hover */
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
@import url(http://fonts.googleapis.com/css?family=roboto);
.nav {
padding: 0;
margin: 0;
border: 0;
line-height: 1;
padding-left: 10px;
padding-top: 10px;
}
.nav ul,
.nav ul li,
.nav ul ul {
list-style: none;
margin: 0;
padding: 0;
}
.nav ul {
position: relative;
z-index: 500;
float: right;
}
.nav ul li {
float: right;
min-height: 0.05em;
line-height: 1em;
vertical-align: middle;
position: relative;
}
.nav ul li.hover,
.nav ul li:hover {
position: relative;
z-index: 510;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: