BenitoDannes

footer.php

Mar 9th, 2020
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <footer class="py-4 bg-light mt-auto">
  2.     <div class="container-fluid">
  3.         <div class="d-flex align-items-center justify-content-between small">
  4.             <div class="text-muted">Copyright &copy; Your Website 2019</div>
  5.             <div>
  6.                 <a href="#">Privacy Policy</a>
  7.                 &middot;
  8.                 <a href="#">Terms &amp; Conditions</a>
  9.             </div>
  10.         </div>
  11.     </div>
  12. </footer>
Advertisement
Add Comment
Please, Sign In to add comment