added notification about start-game in saper

This commit is contained in:
Kostya
2024-01-21 00:38:23 +03:00
parent 041f0c19e4
commit 6bbd7e0195
2 changed files with 17 additions and 2 deletions

View File

@@ -274,6 +274,14 @@ input[type="number"]::-webkit-outer-spin-button {
/* Saper Game */
.start-game {
position: absolute;
top: 15%;
left: 45%;
background: #000;
padding: 20px;
}
.saper-game {
margin: -2.75% 0 0 5.1%;
}