Sponsor of the Day:
Jerkmate
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:nth-last-of-type
:nth-last-of-type() CSS pseudo-class - CSS | MDN
The :nth-last-of-type() CSS pseudo-class matches elements based on their position among siblings of the same type (tag name), counting from the end.
type css pseudonth lastclass mdn
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:first-of-type
:first-of-type CSS pseudo-class - CSS | MDN
The :first-of-type CSS pseudo-class represents the first element of its type (tag name) among a group of sibling elements.
type css pseudoclass mdnfirst
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:last-of-type
:last-of-type CSS pseudo-class - CSS | MDN
The :last-of-type CSS pseudo-class represents the last element of its type (tag name) among a group of sibling elements.
type css pseudoclass mdnlast
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:active-view-transition-type
:active-view-transition-type() CSS pseudo-class - CSS | MDN
The functional :active-view-transition-type() CSS pseudo-class matches elements when a view transition with one or more specific types is in progress (is...
active view transitiontype css pseudoclass mdn