"Professiona Footer"
Bootstrap 3.2.0 Snippet by chance2seo

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 ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<body>
<div class="container">
<div class="row">
<h2>A Simple But Professional HTML5 Footer</h2>
</div>
</div>
<footer class="text-muted well" id="last-footer">
<section>
<div class="row" style="font-size:11px;">
<div class="container">
<h3 class="subhead" style="text-align:center;">All We Need Is Your Love</h3>
<div class="col-md-9">
<div class="row" >
<div class="col-md-3">
<div class="row footlinks">
<div class="col-xs-12">
<h5>About School</h5>
<ul class="noBullets">
<li><i class="fa fa-angle-right"></i><a href="#">History</a></li>
<li><i class="fa fa-angle-right"></i><a href="#">Location</a></li>
<li><i class="fa fa-angle-right"></i><a href="#">Faculty</a></li>
<li><i class="fa fa-angle-right"></i><a href="#">Architecture</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md-3">
<div class="row footlinks">
<div class="col-xs-12">
<h5>Join Us</h5>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.noBullets{
list-style:none;
padding:auto;
}
#last-footer h5{
text-align:center;
}
.footlinks li a{
text-align:center;
margin-left:5px ;
}
.subscribe li{padding:3px;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: