Edit in JSFiddle

<ul>
  <li>Один</li>
  <li>Два</li>
  <li>Три</li>
  <li>Четыре</li>
</ul>
li:nth-child(odd) {
  background: gold;
}