0
CSS3 Basics Pseudo Classes
how do we manage with Pseudo Classes values if there are thousands of elements(i.e: <p>) in the <div> tag?
1 Antwort
+ 1
Can you please provide some context to your question?
Wild guess:
https://www.w3schools.com/css/css_pseudo_classes.asp
Try :nth-child(n) or :nth-of-type(n)