sticky-footer-navbar.css 699 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* Sticky footer styles
  2. -------------------------------------------------- */
  3. html {
  4. position: relative;
  5. min-height: 100%;
  6. }
  7. body {
  8. /* Margin bottom by footer height */
  9. margin-bottom: 60px;
  10. }
  11. .footer {
  12. position: absolute;
  13. bottom: 0;
  14. width: 100%;
  15. /* Set the fixed height of the footer here */
  16. line-height: 40px; /* Vertically center the text there */
  17. background-color: #f5f5f5;
  18. font-size: 12px;
  19. }
  20. /* Custom page CSS
  21. -------------------------------------------------- */
  22. /* Not required for template or sticky footer method. */
  23. body > .container {
  24. padding: 60px 15px 60px;
  25. }
  26. .footer > .container {
  27. padding-right: 15px;
  28. padding-left: 15px;
  29. }
  30. code {
  31. font-size: 80%;
  32. }