style.css 163 B

12345678910
  1. .footer {
  2. position: absolute;
  3. bottom: 0;
  4. width: 100%;
  5. height: 60px;
  6. background-color: #f5f5f5;
  7. }
  8. .container .text-muted {
  9. margin: 20px 0;
  10. }