"sample app page"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<input type="checkbox" name="mobile-nav" id="mobile-nav" class="kfc-check" onchange="this.blur()">
<label for="mobile-nav" class="kfc white" tabindex="0"><span></span></label>
<nav role="navigation" class="header-nav">
<div class="fixed-nav">
<div class="menu">
<ul>
<li class="page_item page-item-2">
<a href="#" class="waves-effect">
Find Crane
</a>
</li>
<li class="page_item page-item-2">
<a href="#" class="waves-effect">
Book Crane
</a>
</li>
<li class="page_item page-item-2">
<a href="#" class="waves-effect">
Calculate Price
</a>
</li>
<li class="page_item page-item-2">
<a href="#" class="waves-effect">
My Bookings
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- 2-column Content Section starts here -->
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
/*--------------------------------------
Sets the actionable area for the kfc
including a label for usability
--------------------------------------*/
.kfc,
.kfc:after,
.kfc *,
.kfc *:before,
.kfc *:after,
.header-nav *,
.header-nav *:before,
.header-nav *:after {
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.kfc {
cursor: pointer;
height: 60px;
margin-bottom: 0;
width: 60px;
z-index: 9001;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
background: #08c;
}
.kfc:after {
bottom: 7px;
color: #FFFFFF;
content: 'Menu';
font-size: 13px;
font-weight: 300;
left: 0;
position: absolute;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: