style.css 515 B

123456789101112131415161718192021222324252627282930313233
  1. .footer{
  2. position: absolute;
  3. bottom: 0;
  4. width: 100%;
  5. background-color: #f5f5f5;
  6. position: absolute;
  7. left: 0;
  8. bottom: 0;
  9. height: 80px;
  10. width: 100%;
  11. }
  12. .footer p{
  13. text-align: center;
  14. margin-bottom: 0 !important;
  15. }
  16. .table th, td{
  17. text-align: center;
  18. }
  19. body{
  20. padding-top: 50px;
  21. padding-bottom: 90px;
  22. /*margin: 0 0 100px; /* bottom = footer height */
  23. }
  24. html {
  25. position: relative;
  26. min-height: 100%;
  27. }
  28. #tile {display: table}
  29. #text {
  30. display: table-cell;
  31. vertical-align: middle;
  32. }