foot.css 228 B

123456789101112131415
  1. footer {
  2. /*background: #328dc7;*/
  3. bottom: 0px;
  4. position: absolute;
  5. width: 100%;
  6. z-index: 0;
  7. }
  8. footer p {
  9. color: white;
  10. font-size: 12px;
  11. text-align: center;
  12. line-height: 40px;
  13. margin: 0;
  14. }