Labyrinthe/style.css
2023-05-29 00:26:47 +02:00

12 lines
173 B
CSS
Executable File

body {
background: #c55818;
background-image: url("mur.png");
background-position: center;
margin: 0;
}
canvas {
display: block;
margin: 0 auto;
}