SyntaxFix
Write A Post
Hire A Developer
Questions
This is set background color on even and odd li:
li:nth-child(odd) { background: #ffffff; } li:nth-child(even) { background: #80808030; }