xxxxxxxxxx
1
<!-- Footer -->
2
<footer class="page-footer font-small grey lighten-3 py-4 dark-grey-text">
3
4
<!-- Footer Elements -->
5
<div class="container">
6
7
<div class="row">
8
<div class="col-md-4">
9
<h3 class="font-weight-bold mb-0">MDB</h3>
10
</div>
11
<div class="col-md-4">
12
<ul class="list-unstyled d-flex justify-content-center mb-0 mt-2">
13
<li>
14
<a class="mx-3" role="button">About</a>
15
</li>
16
<li>
17
<a class="mx-3" role="button">Blog</a>
18
</li>
19
<li>
20
<a class="mx-3" role="button">Policy</a>
21
</li>
22
<li>
23
<a class="mx-3" role="button">Contact</a>
24
</li>
25
</ul>
26
</div>
27
<div class="col-md-4">
28
<!-- Copyright -->
29
<div class="footer-copyright text-right bg-transparent dark-grey-text mt-2">© 2019.
30
<a class="dark-grey-text" href="https://mdbootstrap.com/education/bootstrap/"> All rights reserved.</a>
31
</div>
32
<!-- Copyright -->
33
</div>
34
</div>
35
36
</div>
37
<!-- Footer Elements -->
38
39
</footer>
40
<!-- Footer -->
1
1
1
1
Console errors: 0