css selectors nth-child code example Example: select even child css li:nth-child(even) { /* Selects only even elements */ color: green; }