1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

🎉 radiosを追加

This commit is contained in:
BcRikko
2018-11-26 09:01:32 +09:00
parent f1e9ebc8e3
commit 1a34fe4bff
12 changed files with 131 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
}