sticky-footer.css 755 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. .container {
  26. width: auto;
  27. max-width: 680px;
  28. padding: 0 15px;
  29. }
  30. .container .text-muted {
  31. margin: 20px 0;
  32. }