Projektmanagement-Game/public/css/game.css

8 lines
143 B
CSS

#game {
height: 100%;
width: 100%;
grid-column-start: 1;
display: flex;
justify-content: center;
align-items: center;
}