Files
Minesweeper/src/App.scss
T
alexis 3a6be56841 (game): Added Clock Timer
Added clock timer displaying elapsed time since the beginning of the game
2024-02-12 11:54:20 +01:00

10 lines
139 B
SCSS

.App {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
height: 100%;
}