HTML
xxxxxxxxxx
1
<div class="container my-5">
2
<p class="font-weight-bold">A footer is an additional navigation method for websites. It can hold links, buttons, company info, copyrights, forms and many other elements.</p>
3
4
<p><strong>Detailed documentation and more examples you can find in our <a href="https://mdbootstrap.com/docs/jquery/navigation/footer/"
5
target="_blank">Bootstrap Footer Docs</a> </p>
6
7
8
<hr class="mt-5">
9
10
<p>Built with <a target="_blank" href="https://mdbootstrap.com/docs/standard/">Material Design for Bootstrap</a> - free and powerful Bootstrap UI KIT</p>
11
12
<a class="btn btn-primary me-2" href="https://mdbootstrap.com/docs/standard/getting-started/installation/" target="_blank" role="button">Download MDB UI KIT <i class="fas fa-download ms-2"></i></a>
13
<a class="btn btn-danger me-2" target="_blank" href="https://mdbootstrap.com/docs/standard/" role="button">Learn more</a>
14
<a class="btn btn-success me-2" target="_blank" href="https://mdbootstrap.com/docs/standard/getting-started/" role="button">Tutorials</a>
15
<a class="btn btn-dark me-2" target="_blank" href="https://github.com/mdbootstrap/mdb-ui-kit" role="button">GitHub <i class="fab fa-github ms-2"></i></a>
16
17
<hr>
18
19
</div>
20
21
<!-- Footer -->
22
<footer class="page-footer font-small special-color-dark pt-4">
23
24
<!-- Footer Elements -->
25
<div class="container">
26
27
<!--Grid row-->
28
<div class="row">
29
30
<!--Grid column-->
31
<div class="col-md-6 mb-4">
32
33
<!-- Form -->
34
<form class="form-inline">
35
<input class="form-control form-control-sm mr-3 w-75" type="text" placeholder="Search"
36
aria-label="Search">
37
<i class="fas fa-search" aria-hidden="true"></i>
38
</form>
39
<!-- Form -->
40
41
</div>
42
<!--Grid column-->
43
44
<!--Grid column-->
45
<div class="col-md-6 mb-4">
46
47
<form class="input-group">
48
<input type="text" class="form-control form-control-sm" placeholder="Your email"
49
aria-label="Your email" aria-describedby="basic-addon2">
50
<div class="input-group-append">
51
<button class="btn btn-sm btn-outline-white my-0" type="button">Sign up</button>
52
</div>
53
</form>
54
55
</div>
56
<!--Grid column-->
57
58
</div>
59
<!--Grid row-->
60
61
</div>
62
<!-- Footer Elements -->
63
64
<!-- Copyright -->
65
<div class="footer-copyright text-center py-3">© 2018 Copyright:
66
<a href="https://mdbootstrap.com/education/bootstrap/"> MDBootstrap.com</a>
67
</div>
68
<!-- Copyright -->
69
70
</footer>
71
<!-- Footer -->
CSS
1
1
JS
1
1
Console errors: 0