ミラーる

This commit is contained in:
2025-11-07 22:50:22 +09:00
parent 438c7d8aef
commit b1ef7f218e
19 changed files with 2511 additions and 2511 deletions

View File

@@ -1,9 +1,9 @@
.blink {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
.blink {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
}