CSS even pseudo

This selects elements based on a simple provided algebraic expression (e.g. "2n" or "4n-1"). Has the ability to do things like select even/odd elements, "every third", "the first five", and things like that. CSS :even is the same as :nth-child(even) or :nth-child(2n)


Other examples in Selectors (CSS3 Effects)
Result from the Online TryIt-Editor
chrome 1.0safari 3.2Firefox 3.5ie 9.0opera 9.5