reset.css 333 B

12345678910111213141516171819202122232425
  1. *,
  2. *::before,
  3. *::after {
  4. margin: 0;
  5. padding: 0;
  6. box-sizing: border-box; }
  7. button {
  8. border: none;
  9. background: none; }
  10. a {
  11. text-decoration: none;
  12. color: inherit;
  13. outline: none;
  14. cursor: pointer; }
  15. a:hover,
  16. a:active {
  17. text-decoration: none; }
  18. ul, ol {
  19. list-style: none; }
  20. /*# sourceMappingURL=reset.css.map */