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