"chart "
Bootstrap 3.2.0 Snippet by Sagar Joshi

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.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 ---------->
<div class="container">
<nav class="nav">
<ul>
<li>
<a href="#">INTENÇÂO</a>
<ul>
<li>
<a href="#">Lab</a>
<ul>
<li>
<a href="#">Code</a>
<ul>
<li>
<a href="#">Html</a>
<ul>
<li>
<a href="#">Css</a>
<ul>
<li>
<a href="#">Jquery</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="#">Graph</a>
<ul>
<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
*,
*:before,
*:after {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
border: 0 none;
position: relative;
-webkit-transition: all ease .4s;
transition: all ease .4s;
}
html,
body {
width: 100%;
height: 100%;
background: white;
font-family: 'Fjalla One', sans-serif;
font-size: 18px;
}
h1 {
color: #ccc;
text-align: center;
font-size: 1.8rem;
padding-top: 40px;
text-shadow: rgba(0,0,0,0.6) 1px 0, rgba(0,0,0,0.6) 1px 0, rgba(0,0,0,0.6) 0 1px, rgba(0,0,0,0.6) 0 1px;
}
.nav {
margin: 20px auto;
width: 455px;
min-height: auto;
}
.nav ul {
padding-top: 20px;
position: relative;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: