Is there a way to choose the 1st, 4th, 7th elements and so on? Also, how can I select the 3rd, 6th, 9th, and beyond?
The method involves selecting an element then skipping two before selecting the third one. I believe the :nth-child selector is the key but I'm not sure of the exact syntax.