"Simple Social Footer"
Bootstrap 3.2.0 Snippet by JPCR

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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 ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<div class="footer">
<div class="container">
<a href='#'><i class="fa fa-twitch fa-3x fa-fw"></i></a>
<a href='#'><i class="fa fa-facebook fa-3x fa-fw"></i></a>
<a href='#'><i class="fa fa-twitter fa-3x fa-fw"></i></a>
<a href='#'><i class="fa fa-youtube-play fa-3x fa-fw"></i></a>
<a href='#'><i class="fa fa-rss fa-3x fa-fw"></i></a>
<a href='#'><i class="fa fa-vine fa-3x fa-fw"></i></a>
<a href='#'><i class="fa fa-flickr fa-3x fa-fw"></i></a>
<a href='#'><i class="fa fa-linkedin fa-3x fa-fw"></i></a>
</span>
</div>
</div>
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 {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 150px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 150px;
background-color: #111;
text-align: center;
}
.container{
margin-top: 50px;
color: #fff;
width: 100%;
}
.fa-twitter {
color: #4099FF;
}
.fa-facebook {
color: #3B5998;
}
.fa-youtube-play {
color: #e52d27;
}
.fa-rss {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: