ul li:nth-child(odd) { background-color: DodgerBlue; }
ul li:active { background-color: DodgerBlue; }
ul li:nth-child(even) { background-color: DodgerBlue; }
ul li:hover { background-color: DodgerBlue; }
Sprawdź odpowiedź