pull/49/head
Lim Chee Aun 2023-01-30 22:31:21 +08:00
rodzic 4940fd1ca4
commit c40fd1ec48
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -38,9 +38,9 @@
filter: hue-rotate(0deg);
}
100% {
filter: hue-rotate(360deg);
filter: hue-rotate(-90deg);
}
}
#welcome:hover h2 {
animation: psychedelic 60s infinite;
animation: psychedelic 10s infinite alternate;
}