Files
Hangman-game-with-React/build/sass/_loading.scss

19 lines
262 B
SCSS

.loading {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
img {
width: 50px;
height: 50px;
}
}