"Simple Footer bs4"
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="footer pt-5">
<div class="container">
<div class="row d-flex ">
<div class="col-md-3 col-xs-3">
<h1><b>NEXT GEN ::</b></h1>
</div>
<div class="col-md-3 col-xs-3">
<h5><b>Products</b></h5>
<ul class="list-unstyled">
<li><a href="#" class="text-dark">How it works?</a></li>
<div class="mt-2"></div>
<li><a href="#" class="text-dark">Get the app</a></li>
<div class="mt-2"></div>
<li><a href="#" class="text-dark">Terms of Service</a></li>
</ul>
</div>
<div class="col-md-3 col-xs-3">
<h5><b>Products</b></h5>
<ul class="list-unstyled">
<li><a href="#" class="text-dark">Faq?</a></li>
<div class="mt-2"></div>
<li><a href="#" class="text-dark">Editor Help</a></li>
<div class="mt-2"></div>
<li><a href="#" class="text-dark">Contact Us</a></li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
body {
font-family: 'Roboto';font-size: 20px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: