This commit is contained in:
2025-02-03 15:07:16 -08:00
parent e9f8d9af8e
commit 181e878316
6 changed files with 46 additions and 36 deletions

View File

@ -197,21 +197,6 @@ a:visited {
0 0 50px #b16286,
0 0 60px #b16286,
0 0 70px #b16286;
/* Animation for bouncing/moving effect */
animation: bounce 1.5s ease infinite alternate;
}
@keyframes bounce {
0% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-10px) rotate(5deg);
}
100% {
transform: translateY(0) rotate(-5deg);
}
}
select {