

71·
17 days agoI needed the following CSS copied 51 times with a 0.05 s increment, because CSS can’t for-loop and didn’t want JavaScript:
#butterfly span:nth-child(1) {
animation-delay: 0s;
}
I know I could’ve just for-looped it somewhere else and copy-paste the output, but I was curious if DeepSeek could do it.
Why? Don’t ask for help and you’re golden.