comments.css 116 B

1234567
  1. .footer {
  2. position: absolute;
  3. bottom: 0;
  4. width: 100%;
  5. height: 60px;
  6. background-color: #f5f5f5;
  7. }