"Fixed Sidebar"
Bootstrap 3.0.0 Snippet by sachin6185

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 ---------->
<div class="wrapper">
<div class="sidebar-hotel">
<div class="side-in">
<figure class="logo">
<img src="http://www.qinside.biz/portals/0/images/google.png" alt="image view" class="img-responsive">
</figure>
<div class="side-menu">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Login</a></li>
</ul>
</div>
<div class="social-icon">
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-vimeo" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="content-hotel">
<h1>ABOUT US</h1>
<h2>WE DON'T PREACH ABOUT COFFEE WE MAKE COFFEE. WE HAVE EIGHT VENUES ACROSS THIS CELESTIAL ROCK.</h2>
<div class="post-list">
<div class="left-right">
<div class="left">
<a href="#"><img src="https://avada.theme-fusion.com/cafe/wp-content/uploads/sites/17/2015/02/about-11.jpg" alt="Logo"/></a>
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
html, body{height: 100%;
background-attachment: fixed;}
.wrapper {
width: 100%;
float: left;
background: url(../images/bg.jpg) no-repeat left center;
height: 100%;
}
.sidebar-hotel {
width: 20%;
height: 100%;
float: left;
background: #313539;
position:fixed;
top:0px;
left:0px;
}
.content-hotel{width:80%;padding:0px; margin-left: 20%;color:#fff;}
.side-in {
width: 100%;
float: left;
text-align: center;
padding: 25px 0;
}
.side-in .logo{margin:50px 0}
.side-menu{
width: 100%;
float: left;
margin: 15px 0;
}
.side-menu ul{
list-style: none;
margin: 0;
padding: 0;
text-align: center;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: