nth-child() vs nth-of-type() Selectors in CSS – What’s the Difference?
The :nth-child() and :nth-of-type() CSS selectors select items from a group of HTML elements. But they work in different ways.
Here is the main distinction between them:
nth-child() selects its items from any group of elements. nth-of-type() selects...
freecodecamp.org11 min read