"Footer BS4 Final"
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="cta bg-blue-grey text-white py-4 border-bottom border-secondary">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<ul class="list-inline">
<li class="list-inline-item">
<h6><b>Want more?</b> Exclusive deals, the latest news: Our Newsletter</h6>
</li>
<li class="list-inline-item">
<button type="button" class="btn btn-outline-info ">Sign UP</button>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="footer bg-blue-grey text-grey ">
<div class="container py-5">
<div class="row d-flex ">
<div class="col-12 col-md-3 col-sm-6 col-xs-6">
<h6 class="text-info">Company</h6>
<ul class="list-unstyled">
<li><a href="#" class="text-grey">How it works?</a></li>
<div class="mt-2"></div>
<li><a href="#" class="text-grey">Get the app</a></li>
<div class="mt-2"></div>
<li><a href="#" class="text-grey">Terms of Service</a></li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
body {font-family: 'Roboto';font-size: 14px; letter-spacing: .5px;}
.bg-blue-grey {background-color:#253b4d;}
.text-grey {color:#b7b7b7;}
.footer a:link, a:visited {color: #b7b7b7;}
.footer a:hover, a:active {text-decoration: none;color:#fff;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: