Нет описания правки
Нет описания правки
Строка 143: Строка 143:
     align-items: center;
     align-items: center;
     border-radius: 8px;
     border-radius: 8px;
     transition: transform 0.1s ease-in-out;
     transition: transform 100s ease-in-out;
     cursor: pointer;
     cursor: pointer;
     user-select: none;
     user-select: none;
Строка 149: Строка 149:


.box:hover {
.box:hover {
     transform: scale(100000);
     transform: scale(100);
}
}
.box:active {
.box:active {