"Corporate Footer"
Bootstrap 3.0.0 Snippet by NaszvadiG

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 ---------->
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css' rel='stylesheet'/>
</head>
<body>
<footer>
<section class="nb-footer">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="footer-single">
<!-- <img src="images/logo.png" class="img-responsive" alt="Logo"> -->
<!-- This is only for better view of theme if you want your image logo remove div dummy-logo bellow and replace your logo in logo.png and uncomment logo tag above-->
<div class="dummy-logo">
<div class="icon pull-left brand">
<i class="fa fa-copy"></i>
</div>
<h2>Lorem Ipsum</h2>
<p>Another responsive footer</p>
</div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus felis diam, vulputate in risus eu, porttitor condimentum purus. Phasellus ullamcorper, odio id feugiat bibendum.</p>
<a href="" class="btn btn-footer">Read More</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
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
.nb-footer{
background: #272727;
margin-top: 60px;
padding-bottom: 30px;
}
.nb-footer .footer-single{
margin-top: 30px;
}
.nb-footer .footer-title{
display: block;
margin: 10px 0 25px 0;
border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a{
text-decoration: none;
}
.nb-footer .footer-single h2{
color: #eee;
font-size: 18px;
font-weight: 200;
display: inline-block;
border-bottom: 2px solid #7BFF00;
padding-bottom: 5px;
margin-bottom: -2px;
}
.nb-footer .footer-single li{
border-top: solid 1px #353535;
}
.nb-footer .footer-single li:first-child{
border-top: none;
}
.nb-footer .footer-single li a{
color: #979797;
font-size: 12px;
padding: 6px 0px;
display: block;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: