Spinny pfp

This commit is contained in:
bingus_violet 2024-04-18 23:50:10 -05:00
parent ace19a693d
commit 689e66e1d5
8 changed files with 44 additions and 10 deletions

5
static/noScript.css Normal file
View file

@ -0,0 +1,5 @@
.pfp:active {
rotate: 7200deg;
transform: scale(1.15);
transition: all 5s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
}