I'm currently designing a blog layout and I'm looking to implement a feature where every 4th and 5th, 10th and 11th, 14th and 15th, etc. post will have a unique class assigned to it.
The pattern I am aiming for is to have 3 regular posts followed by 2 with this distinct class, then another 3 regular posts, 2 more with the special class, and so on.
Despite my best efforts, I find myself confused when trying to use ":nth-child" in CSS. Can anyone provide some guidance or resources on how to achieve this effect?