Is there a way to select css, elements that have an index multiple of 6 inside the parent element?
for example, in this case I want to select only a few of 3:
<div> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> <p></p> </div>
source share