mattpointblank’s avatarmattpointblank’s Twitter Archive—№ 15,773

  1. …in reply to @BarryCarlyon
    @BarryCarlyon :nth-child(4n+1) { } That will get you every 4th item, starting with the first. More at css-tricks.com/useful-nth-child-recipies/