reset.css 155 B

123456789101112
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. text-decoration: none;
  6. box-sizing: border-box;
  7. }
  8. .box {
  9. color: #f00;
  10. background-color: #f00;
  11. }