added styles and logic for checkvalidation, erorbtn and clickplaybtn

This commit is contained in:
Kostya
2024-01-21 00:31:32 +03:00
parent 0f02a92b23
commit 041f0c19e4
2 changed files with 55 additions and 8 deletions

View File

@@ -255,6 +255,23 @@ input[type="number"]::-webkit-outer-spin-button {
height: 40px;
}
.error-block {
position: absolute;
top: 440px;
}
.error-block h2 {
color: #982f2f;
font-weight: 700;
font-family: Montserrat Alternates;
font-size: 10px;
}
.animate-start-btn {
animation: shake 0.6s cubic-bezier(.36, .07, .19, .97);
opacity: 50%;
}
/* Saper Game */
.saper-game {