footer.css 231 B

123456789101112
  1. footer {
  2. background-color: #3B413C;
  3. text-align: center;
  4. padding: 1.5em;
  5. color: white; }
  6. footer a {
  7. color: #378169;
  8. text-decoration: none; }
  9. footer a:hover {
  10. color: #DAF0EE;
  11. text-decoration: underline; }