mirror of
https://github.com/rreusser/rreusser.github.io.git
synced 2026-01-25 16:25:56 +00:00
9 lines
117 B
CSS
9 lines
117 B
CSS
html, body {
|
|
background-color: #000;
|
|
text-align: center;
|
|
}
|
|
canvas {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|