mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
22 lines
293 B
SCSS
22 lines
293 B
SCSS
.loading {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
height: 100vh;
|
|
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
background-color: #fff;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
img {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
} |