8 lines
103 B
CSS
8 lines
103 B
CSS
|
body {
|
||
|
text-align: center;
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
canvas {
|
||
|
background-color: black;
|
||
|
}
|