selecting ranges with nth-child

https://stackoverflow.com/questions/15639247/css-selector-for-nth-range

Say we have a list.

We want to select all the list items and border it red.

We want to select all the odd

we want to seelct all the evens

We want to select ranges.

html

css