All CSS Pseudo Elements
All CSS Pseudo Elements
:first-of-type p:first-of-type Selects every <p> element that is the first <p>
element of its parent
:last-of-type p:last-of-type Selects every <p> element that is the last <p>
element of its parent
:only-of-type p:only-of-type Selects every <p> element that is the only <p>
element of its parent
:only-child p:only-child Selects every <p> element that is the only
child of its parent