Files
2025-08-04 16:00:02 +02:00

1 line
86 B
CSS

@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}