"Social Media Sidebar"
Bootstrap 3.3.0 Snippet by itsrajverma

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ---------->
<aside id="sticky-social">
<ul>
<li><a href="#" class="entypo-facebook" target="_blank"><span>Facebook</span></a></li>
<li><a href="#" class="entypo-twitter" target="_blank"><span>Twitter</span></a></li>
<li><a href="#" class="entypo-gplus" target="_blank"><span>Google+</span></a></li>
<li><a href="#" class="entypo-linkedin" target="_blank"><span>LinkedIn</span></a></li>
<li><a href="#" class="entypo-instagrem" target="_blank"><span>Instagram</span></a></li>
<li><a href="#" class="entypo-stumbleupon" target="_blank"><span>StumbleUpon</span></a></li>
<li><a href="#" class="entypo-pinterest" target="_blank"><span>Pinterest</span></a></li>
<li><a href="#" class="entypo-flickr" target="_blank"><span>Flickr</span></a></li>
<li><a href="#" class="entypo-tumblr" target="_blank"><span>Tumblr</span></a></li>
</ul>
</aside>
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://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before {
font-family: "entypo", sans-serif;
}
a {
text-decoration: none;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.container {
margin: 0 auto;
padding: 20px 50px;
background: white;
}
#sticky-social {
left: 0;
position: fixed;
top: 150px;
}
#sticky-social a {
background: #333;
color: #fff;
display: block;
height: 35px;
font: 16px "Open Sans", sans-serif;
line-height: 35px;
position: relative;
text-align: center;
width: 35px;
}
#sticky-social a span {
line-height: 35px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: