"footer"
Bootstrap 4.1.1 Snippet by anandhi2024

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 ---------->
<!-- Remove the container if you want to extend the Footer to full width. -->
<div class="container my-5">
<!-- Footer -->
<footer
class="text-center text-lg-start text-white"
style="background-color: #3e4551"
>
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Links -->
<section class="">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-4 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">FOOTER CONTENT</h5>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Molestiae modi cum ipsam ad, illo possimus laborum ut
reiciendis obcaecati. Ducimus, quas. Corrupti, pariatur eaque?
Reiciendis assumenda iusto sapiente inventore animi?
</p>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-2 col-md-6 mb-4 mb-md-0">
<h5 class="text-uppercase">Links</h5>
<ul class="list-unstyled mb-0">
<li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: