Nessuna descrizione

sticky-footer.css 483B

1234567891011121314151617181920212223242526272829303132333435
  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: 4em;
  10. }
  11. footer {
  12. position: absolute;
  13. width: 100%;
  14. padding-top: 10px;
  15. background-color: #333;
  16. bottom: 0px;
  17. height:100px
  18. }
  19. p.copyright
  20. {
  21. text-align: left;
  22. color:white;
  23. margin:30px 40px;
  24. }
  25. footer .logo
  26. {
  27. margin:20px 30px 0 40px;
  28. }
  29. footer .col-md-12 {
  30. margin-bottom: 0
  31. }