select css nth code example Example: select odd child css Click to copyli:nth-child(odd) { /* Selects only odd elements */ color: green; }