Subscribe to nth-child

Tags: nth-child

1 post. #nth-child

08 Feb 2010

How nth-child Works

No comments.-

What the above CSS does, is select every third list item inside unordered lists. That is, the 3rd, 6th, 9th, 12th, etc. But how does that work? And what other kinds of things can you do with nth-child? Let?s take a look. How nth-child Works Via /… Read more