styles.css 282 B

12345678910111213141516
  1. html, body {
  2. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  3. }
  4. img {
  5. width: 100%
  6. }
  7. section {
  8. margin-bottom: 20px;
  9. border-bottom: 1px solid lightgrey;
  10. padding-bottom: 20px;
  11. }
  12. #list li { margin-bottom: 0; }
  13. .sold { text-decoration: line-through; }