Alternate background colors for list items December 25, 2022 by Tarik How about some lovely CSS3? li { background: green; } li:nth-child(odd) { background: red; }