sticky-footer-navbar.css 832 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* Sticky footer styles
  2. -------------------------------------------------- */
  3. html,
  4. body {
  5. height: 100%;
  6. /* The html and body elements cannot have any padding or margin. */
  7. }
  8. /* Wrapper for page content to push down footer */
  9. #wrap {
  10. min-height: 100%;
  11. height: auto;
  12. /* Negative indent footer by its height */
  13. margin: 0 auto -60px;
  14. /* Pad bottom by footer height */
  15. padding: 0 0 60px;
  16. }
  17. /* Set the fixed height of the footer here */
  18. #footer {
  19. height: 60px;
  20. background-color: #f5f5f5;
  21. }
  22. /* Custom page CSS
  23. -------------------------------------------------- */
  24. /* Not required for template or sticky footer method. */
  25. #wrap > .container {
  26. padding: 60px 15px 0;
  27. }
  28. .container .text-muted {
  29. margin: 20px 0;
  30. }
  31. #footer > .container {
  32. padding-left: 15px;
  33. padding-right: 15px;
  34. }
  35. code {
  36. font-size: 80%;
  37. }