style.css 121 B

1234567891011
  1. img{
  2. width: 100%;
  3. height: auto;
  4. }
  5. footer img{
  6. width: 50px;
  7. height: auto;
  8. }
  9. footer li {
  10. list-style-type:none;
  11. }