This commit is contained in:
El-yazide MOHAMED 2025-06-07 17:09:51 +02:00
parent 9cf7c74f9c
commit 6a8463fab5

View File

@ -84,13 +84,14 @@ body {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
overflow: hidden; overflow: hidden;
transition: transform 0.3s linear;
cursor: pointer; cursor: pointer;
margin: 20px 0; margin: 20px 0;
} }
.vinyl.reverse { .vinyl.reverse {
animation: spin-reverse 4s linear infinite; animation: spin-reverse 4s linear infinite;
} }
.vinyl img { .vinyl img {