"edu footer-"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<div class="footer-section">
<div class="footer">
<div class="container">
<div class="col-md-4 footer-four">
<h5>Contact Us</h5>
<p>Feel free to reach us</p>
<div class="foot-address">
<ul>
<li><i class="fa fa-map-marker"></i>350 Avenue, India, Delhi 110001 </li>
<li><i class="fa fa-envelope-o"></i>info@mailme.com </li>
<li><i class="fa fa-phone"></i>+91-xxx-xxx-2040 </li>
</ul>
</div>
</div>
<div class="col-md-3 footer-two">
<h5>Quick Links</h5>
<ul>
<li><a href="#"> About Us</a> </li>
<li><a href="#"> Our News</a> </li>
<li><a href="#"> Our Services</a> </li>
<li><a href="#"> Contact Us</a> </li>
</ul>
</div>
<div class="col-md-3 footer-three">
<h5>Services</h5>
<ul>
<li><a href="#"> About Us</a> </li>
<li><a href="#"> Our News</a> </li>
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
i {
font-size : 12px;
padding-right: 10px;
color: #aece61;
}
/* Footer */
.footer {
position: relative;
background-color: #092746;
color: #7d7975;
padding: 95px 0 50px;
font-size:16px;
}
.footer p {
line-height:26px;
color : #fff;
}
.footer h5 {
font-size: 22px;
font-weight: 700;
color: #aece61 ;
position: relative;
padding-bottom: 16px;
}
.footer h5:after {
content: '';
display: block;
margin: 5px 0 0;
width: 40%;
height: 1px;
background-color: # ;
}
.footer ul {
list-style: none;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: