pseudo-class
Pseudo-classes (MDN)
Selectors & Properties (CSS-Trick)
pseudo-class
notes
example
โญ๏ธ ๆณจๆ๏ผ p:first-child ๆฏๆไธๅ <p> ๅๆๅๆฏ :first-childใ ๅฆๆ่ฆ้ธใ็ฌฌไธๅๅบ็พใ็ <p>๏ผ่ฆ็จ p:first-of-typeใ
:last-child
:only-child
:nth-child(an+b)
:not( ยซselectorยป )
:hover
:focus
:root
<html> element in HTML file
Last updated
Was this helpful?