li:nth-child( )
li:nth-child(
)
The pattern is An+B (documentation). Examples:
An+B
5
2n + 1
-n + 3
odd
even