Victory and defeat logic done

This commit is contained in:
2021-10-14 12:56:08 -03:00
parent fac1305cfc
commit 84dcff99a7
9 changed files with 62 additions and 20 deletions

View File

@@ -108,4 +108,20 @@ header h2 {
color: #58ff6b;
}
.loading {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.loading img {
width: 50px;
height: 50px;
}
/*# sourceMappingURL=index.css.map */