"Bootstrap 4 Footer Design"
Bootstrap 4.1.1 Snippet by dkstudio

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/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<div class="footer-bottom-area bg-dark-light section-padding-sm">
<div class="container">
<div class="row widgets footer-widgets">
<div class="col-lg-3 col-md-6 col-12">
<div class="single-widget widget-about">
<h5 class="widget-title">About Us</h5>
<img src="images/others/about-widget-image.jpg" alt="about widget image">
<p>We are a team of designers and developers that create high quality <a href="www.dkstudio.in">Readmore...</a></p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="single-widget widget-quick-links">
<h5 class="widget-title">My Account</h5>
<ul>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Your Account</a></li>
<li><a href="#">Advanced Search</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="single-widget widget-quick-links">
<h5 class="widget-title">Customer Service</h5>
<ul>
<li><a href="#">Shipping Policy</a></li>
<li><a href="#">Compensation First</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
.bg-dark-light {
background: #323232 !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
color: #ffffff;
}
.widgets.footer-widgets .widget-title {
color: #ffffff;
font-family: "Raleway", sans-serif;
font-weight: 700;
margin-bottom: 30px;
letter-spacing: 0.5px;
position: relative;
padding-bottom: 15px;
}
.widgets.footer-widgets .widget-title::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 100px;
background: #13bfb1;
}
.widgets.footer-widgets .widget-quick-links ul {
margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
padding-left: 0;
margin-bottom: 0;
}
.widgets.footer-widgets .widget-quick-links ul li {
display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: