-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
23 lines (22 loc) · 1.19 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<footer class="footer">
<div class="container">
<div class="row" style="padding-top:25px;padding-bottom:25px; display:flex; justify-content:center; align-items:center;">
<div class="col-md-8">
<h4 style="font-family:'Playfair Display'; font-weight:600; letter-spacing:0.1rem;">Books Online</h4>
<p class="lead"> Find the right book for you.</p>
</div>
<div class="col-md-4">
<p style="font-family:'Playfair Display'; font-size:20px;">Quick Links</p>
<ul>
<li><a href="#" class="text-muted">About Us</a></li>
<li><a href="#" class="text-muted">Explore</a></li>
<li><a href="#" class="text-muted">Account</a></li>
<li><a href="#" class="text-muted">Sign Out</a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid" style="padding:0px; margin:0px; background-color:#e0e0e0;">
<p style="width:100%; text-align:center; padding-top:15px; padding-bottom:15px; margin:0px; font-family:'Playfair Display';">© 2019 Copyright: Booksonline.com</p>
</div>
</footer>