Currently working on a CSS3 hexagon pattern and aiming for a specific look;
The hexagons are set to float:left within a fixed width body. To achieve the design in the link above, I need to target the first element in every other row. What would be the formula using nth-child for that?
Essentially, looking to select the 5th element, followed by every 7th element after that?