DEV Community

Discussion on: Text animation with CSS - strike through line

Collapse
 
ramiyushuvaev profile image
Rami Yushuvaev

Nice. I would replace :nth-child(2n + 1) with :nth-child(even).

Collapse
 
shrek7 profile image
shrek-7

Yeah, or it can be :nth-child(even), :nth-child(odd), :nth-child(2n)