Files
Hangman-game-with-React/public/sass/_loading.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;
}
}