"footer"
Bootstrap 3.3.0 Snippet by webenlance

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="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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">
<!--footer-->
<footer class="footer1">
<div class="container">
<div class="row"><!-- row -->
<div class="col-lg-3 col-md-3"><!-- widgets column left -->
<ul class="list-unstyled clear-margins"><!-- widgets -->
<li class="widget-container widget_nav_menu"><!-- widgets list -->
<h1 class="title-widget">Useful links</h1>
<ul>
<li><a href="#"><i class="fa fa-angle-double-right"></i> About Us</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Contact Us</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Success Stories</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> PG Courses</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Achiever's Batch</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Regular Batch</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Test & Discussion</a></li>
<li><a href="#"><i class="fa fa-angle-double-right"></i> Fast Track T & D</a></li>
</ul>
</li>
</ul>
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
/************************************************************
*************************Footer******************************
*************************************************************/
@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Gudea);
.footer1 {
background: #fff url("../images/footer/footer-bg.png") repeat scroll left top;
padding-top: 40px;
padding-right: 0;
padding-bottom: 20px;
padding-left: 0;/* border-top-width: 4px;
border-top-style: solid;
border-top-color: #003;*/
}
.title-widget {
color: #898989;
font-size: 20px;
font-weight: 300;
line-height: 1;
position: relative;
text-transform: uppercase;
font-family: 'Fjalla One', sans-serif;
margin-top: 0;
margin-right: 0;
margin-bottom: 25px;
margin-left: 0;
padding-left: 28px;
}
.title-widget::before {
background-color: #ea5644;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

Is this for free use?

LSE () - 8 years ago - Reply -1


plz send the index file my mail enasaha829@gmail.com

arko695 () - 6 years ago - Reply 0


Good, but look at the social icons: under <ul> without <li> does not validate.

ViaggiareLeggeri () - 8 years ago - Reply 0


you can check more in given link.... http://bootsnipp.com/webenl...

Web Enlance () - 8 years ago - Reply 0


Yes LSE our all snippets are free to use

Web Enlance () - 8 years ago - Reply 0