style.css 136 B

12345678910111213
  1. * {
  2. margin : 0;
  3. padding : 0;
  4. box-sizing: border-box;
  5. }
  6. img {
  7. -webkit-touch-callout: none;
  8. }
  9. body {
  10. user-select: none;
  11. }