mirror of
https://github.com/rreusser/rreusser.github.io.git
synced 2026-01-18 16:13:07 +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;
|
|
}
|