style.css 53 B

12345
  1. *,
  2. *::before,
  3. *::after {
  4. box-sizing: border-box;
  5. }