어 해결

This commit is contained in:
imnyang 2024-12-05 18:41:44 +09:00
commit 05c1a3d9b3
2 changed files with 5 additions and 1 deletions

View file

@ -23,4 +23,8 @@
flex-direction: column;
align-items: center;
justify-content: center;
}
.avatar:hover {
animation: rotate 1000ms linear infinite;
}