yuno/html/styles.css

23 lines
265 B
CSS
Raw Normal View History

2024-08-04 07:28:54 +00:00
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;
}