/* Selects every fourth <p> element among any group of siblings */ p:nth-of-type(4n) { color: lime; }