mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
16 lines
217 B
SCSS
16 lines
217 B
SCSS
.message-container {
|
|
|
|
padding: 4vh 5vw;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
background-color: rgb(255, 78, 78);
|
|
|
|
h2 {
|
|
|
|
color: #fff;
|
|
margin: 0;
|
|
}
|
|
} |