mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
principal screen done
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
@import 'hangman';
|
||||
|
||||
.app {
|
||||
|
||||
}
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
|
||||
margin-top: 2vh;
|
||||
|
||||
.column-1 {
|
||||
|
||||
}
|
||||
|
||||
.column-2 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
justify-content: space-between
|
||||
}
|
||||
}
|
||||
|
||||
@import 'hangman';
|
||||
@import 'puzzleWord';
|
||||
@import 'current-score';
|
||||
Reference in New Issue
Block a user