yuno/html/styles.css
silvana ff9950a89d
All checks were successful
ci/woodpecker/pr/fmt Pipeline was successful
ci/woodpecker/pr/clippy Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
Add(yuno): base project.
2024-08-04 09:28:54 +02:00

22 lines
265 B
CSS

body,
html {
height: 100%;
}
body {
background-color: lightgray;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}
.game-container {
display: flex;
justify-content: center;
align-items: center;
}
#bevy {
z-index: 2;
}