mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
🏤👜 Checkpoint
./style.css:18108127/808
This commit is contained in:
parent
56a4e13621
commit
d07ab97916
1 changed files with 2 additions and 3 deletions
|
|
@ -82,11 +82,10 @@ h2 {
|
|||
}
|
||||
|
||||
.flipped-cell:hover {
|
||||
position: relative;
|
||||
transform: translateY(-6px);
|
||||
|
||||
filter: brightness(1.2) drop-shadow(0 4px 3px hsla(208, 80%, 50%, 0.3));
|
||||
}
|
||||
|
||||
|
||||
@keyframes flip-out {
|
||||
100% {
|
||||
transform: scaleX(-1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue