"footer design"
Bootstrap 4.1.1 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="//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 href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<section class="py-5 bg-voilet text-white">
<div class="container">
<div class="row">
<div class="col-md-3">
<img src="#">
<p>There are many variations of passages of Lorem Ipsum available, but the majo rity have suffered alteration</p>
</div>
<div class="col-md-3">
<h4><b>Quick Links</b></h4>
<ul class="list-unstyled mt-3">
<li><a href="#" class="text-white">How it works?</a></li>
<div class="mb-2"></div>
<li><a href="#" class="text-white">Career</a></li>
<div class="mb-2"></div>
<li><a href="#" class="text-white">Privacy Policy</a></li>
<div class="mb-2"></div>
<li><a href="#" class="text-white">Terms & Conditions</a></li>
</ul>
</div>
<div class="col-md-3">
<h4><b>Support</b></h4>
<ul class="list-unstyled mt-3">
<li><a href="#" class="text-white">About Us</a></li>
<div class="mb-2"></div>
<li><a href="#" class="text-white">Contact Us</a></li>
<div class="mb-2"></div>
<li><a href="#" class="text-white">Our Team</a></li>
<div class="mb-2"></div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
body {
font-family: 'Roboto';font-size: 20px;
}
.bg-voilet {background-color : #a300bf !important;}
.text-voilet {color : #a300bf !important;}
.bg-1 {
background-image: url("https://images.pexels.com/photos/693776/pexels-photo-693776.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-color: #a300bf;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: