You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

40 lines
678 B

  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. height: 60px;
  17. background-color: #f5f5f5;
  18. }
  19. /* Custom page CSS
  20. -------------------------------------------------- */
  21. /* Not required for template or sticky footer method. */
  22. body > .container {
  23. padding: 60px 15px 0;
  24. }
  25. .container .text-muted {
  26. margin: 20px 0;
  27. }
  28. .footer > .container {
  29. padding-right: 15px;
  30. padding-left: 15px;
  31. }
  32. code {
  33. font-size: 80%;
  34. }