"Footer-Setup"
Bootstrap 3.0.0 Snippet by themummer

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="container" id="footer-main">
<div class="row" id="footer-contents">
<div class="col-md-5" id="footer-logo-about">
<img src="https://lib.store.yahoo.net/lib/yhst-18994263876730/siteLogo.gif" width="210px"><br>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley.</p>
<p><i class="fa fa-map-pin"></i> #228, Tiruvannamalai, Tamilnadu, India</p>
<p><i class="fa fa-phone"></i> Phone (India) : +91 9999 999 999</p>
<p><i class="fa fa-envelope"></i> E-mail : info@prabuuideveloper.com</p>
</div>
<div class="col-md-4" id="footer-links">
<h6 class="heading7">HELP AND INFO</h6>
<strong>
<ul class="footer-ul">
<li><a href="#"> Service</a></li>
<li><a href="#"> Shipping</a></li>
<li><a href="#"> Returns</a></li>
<li><a href="#"> Terms & Conditionsy</a></li>
<li><a href="#"> Concerns</a></li>
<li><a href="#"> Blog</a></li>
<li><a href="#"> Contractor</a></li>
<li><a href="#"> Resources</a></li>
<li><a href="#"> Environment</a></li>
</ul>
</strong>
</div>
<div class="col-md-3" id="footer-social-newsletter">
Newsletter Signup:<br>
Social Icons<br>
</div>
</div>
<div class="row" id="footer-bottom">
<div class="col-xs-12">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
#footer-bottom {
background-color: black;
height: 40px;
}
#footer-contents {
background-color: #B70221;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: