Advertisement
Guest User

ZA SEFICU #2

a guest
Jan 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <!-- Footer -->
  2. <footer class="page-footer font-small footer-dark bg-dark fixed-bottom ">
  3.  
  4. <!-- Footer Elements -->
  5. <div class="container">
  6.  
  7. <!-- Social buttons -->
  8. <ul class="list-unstyled list-inline text-center">
  9. <li class="list-inline-item">
  10. <a href="#" class="fa fa-facebook"></a>
  11. </li>
  12. <li class="list-inline-item">
  13. <a href="#" class="btn-floating btn-lg mx-1">
  14. <i class="favb fa-twitter"> </i>
  15. </a>
  16. </li>
  17. <li class="list-inline-item">
  18. <a href="#" class="btn-floating btn-gplus mx-1">
  19. <i class="fab fa-google-plus-g"> </i>
  20. </a>
  21. </li>
  22. <li class="list-inline-item">
  23. <a href="#" class="btn-floating btn-li mx-1">
  24. <i class="fab fa-linkedin-in"> </i>
  25. </a>
  26. </li>
  27. <li class="list-inline-item">
  28. <a href="#" class="btn-floating btn-dribbble mx-1">
  29. <i class="fab fa-dribbble"> </i>
  30. </a>
  31. </li>
  32. </ul>
  33. <!-- Social buttons -->
  34.  
  35. </div>
  36. <!-- Footer Elements -->
  37.  
  38. <!-- Copyright -->
  39. <div class="footer-copyright text-center py-3">© 2019. Copyright:
  40. <a href="https://vub.hr/"> VUB </a>
  41. </div>
  42. <!-- Copyright -->
  43.  
  44. </footer>
  45. <!-- Footer -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement