pseudo-class
- Pseudo-classes (MDN) 
- Selectors & Properties (CSS-Trick) 
- DOM ⟩ querying elements 
pseudo-class
notes
example
:last-child
:only-child
:nth-child(an+b)
:not( «selector» )
:hover
:focus
:root
<html> element in HTML file
Last updated
Was this helpful?