foot.css 212 B

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