]>
Commit | Line | Data |
---|---|---|
b006b62b BB |
1 | * { |
2 | margin: 0; | |
3 | padding: 0; | |
4 | } | |
5 | ||
6 | body { | |
7 | height: 100vh; | |
8 | width: 100vw; | |
9 | } | |
10 | ||
11 | #container { | |
12 | background-color: #D8C590; | |
13 | display: flex; | |
14 | height: 100vh; | |
15 | width: 100vw; | |
16 | box-sizing: border-box; | |
17 | align-items: center; | |
18 | justify-content: center; | |
19 | } | |
20 | ||
21 | canvas { | |
22 | background-color: #D8C590; | |
23 | image-rendering: pixelated; | |
24 | } |