3
Hello I want to get the following result with css:
I know with :nth-child: odd
and :nth-child: even
selects the odd and odd pairs, but in the way I want it would be something like this:
No, yes, yes, no, no, yes, yes...
Practically taking out the first one, then skipping 2-2 the elements, as with you with nth-child
?
Note: The image is just to illustrate the selection sequence.
actually, and both duplicates of https://answall.com/q/120697/20363
– nunks