Mastering the :nth-child | CSS3 pseudo classes and :nth-child ranges
Submitted by admin on Wed, 12/30/2015 - 11:42
Using :nth-child(8) it allows you to specifically choose to change only the 8th element in the parent element
Using the :nth-child(n+6) like this allows you…