added logic for fliper square in saper-game block, saperpage

This commit is contained in:
Kostya
2023-12-05 20:23:41 +03:00
parent 44b6a1e828
commit 6d17b9bd67
2 changed files with 31 additions and 7 deletions

View File

@@ -266,6 +266,12 @@ input[type="number"]::-webkit-outer-spin-button {
width: 95px;
height: 95px;
cursor: pointer;
transition: transform 0.6s;
transform-style: preserve-3d;
}
.square-fliper {
transform: rotateY(180deg);
}
.display-lines {