feat: skeleton
This commit is contained in:
13
styles.css
Normal file
13
styles.css
Normal file
@ -0,0 +1,13 @@
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #0e0e12;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
canvas {
|
||||
image-rendering: pixelated;
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user