styles.css (377 B )
1 html, body { 2 margin: 0; 3 padding: 0; 4 width: 100%; 5 height: 100%; 6 overflow: hidden; 7 background: #000; 8 cursor: none; 9 overscroll-behavior: none; 10 touch-action: none; 11 -webkit-user-select: none; 12 user-select: none; 13 -webkit-touch-callout: none; 14 } 15 canvas { 16 display: block; 17 position: absolute; 18 top: 0; 19 left: 0; 20 image-rendering: pixelated; 21 image-rendering: crisp-edges; 22 }