So I'm creating a hexagon pattern with CSS3, and I'd like it to look like this;
I'm having my hexagons float:left in a body of a certain width. I can effectively accomplish the results in the link above if I can select the first element in every other row. What would be the nth-child formula for that?
It would be the 5th element, then every 7th element after that?