xxxxxxxxxx
1
<!-- Remove the container if you want to extend the Footer to full width. -->
2
<div class="container my-5">
3
4
<footer class="text-center text-lg-start" style="background-color: #db6930;">
5
<div class="container d-flex justify-content-center py-5">
6
<button type="button" class="btn btn-primary btn-lg btn-floating mx-2" style="background-color: #54456b;">
7
<i class="fab fa-facebook-f"></i>
8
</button>
9
<button type="button" class="btn btn-primary btn-lg btn-floating mx-2" style="background-color: #54456b;">
10
<i class="fab fa-youtube"></i>
11
</button>
12
<button type="button" class="btn btn-primary btn-lg btn-floating mx-2" style="background-color: #54456b;">
13
<i class="fab fa-instagram"></i>
14
</button>
15
<button type="button" class="btn btn-primary btn-lg btn-floating mx-2" style="background-color: #54456b;">
16
<i class="fab fa-twitter"></i>
17
</button>
18
</div>
19
20
<!-- Copyright -->
21
<div class="text-center text-white p-3" style="background-color: rgba(0, 0, 0, 0.2);">
22
© 2020 Copyright:
23
<a class="text-white" href="https://mdbootstrap.com/">MDBootstrap.com</a>
24
</div>
25
<!-- Copyright -->
26
</footer>
27
28
</div>
29
<!-- End of .container -->
1
1
1
1
Console errors: 0