Description

Structural pseudo-class, E:nth-child(n) the n-th child of its parent.

Accepts keywords 'odd' and 'even' a single number to target one item, a number followed by n eg. (2n) to target every second item, or a number followed by n+ another number eg. (2n+1) to target every second item starting at item 1.

See also:

Live Example
Play with the code in the textarea below.

Values
odd, even
Introduced in CSS version
3
Inherited
Yes
Browser Support
BrowsersIEFirefoxSafariOperaChrome
Versions913.19.50.4
Belongs to:

See the full list CSS properties and browser support: CSS Properties