Category Archives: HTML/CSS

Using the “nth-child” Pseudo-class

One of the features of the more current versions of CSS is the :nth-child pseudo-class. Suppose you have an element with a designated class that repeats on your web page. And suppose you want to specify specific instances of them … Continue reading

Posted in HTML/CSS | Leave a comment