CSS Pilih Setiap Elemen ke -3
ul li:nth-child(3n+3) {
color: #ccc;
}
Angry Albatross
ul li:nth-child(3n+3) {
color: #ccc;
}