try removing the space between li and :nth so its reads like:
ul li:nth-child(odd) { background-color: lightblue; }
2 Likes
try removing the space between li and :nth so its reads like:
ul li:nth-child(odd) { background-color: lightblue; }