ul li:nth-child(2n+3):not(:last-child)
translates toSelects anyThat’s much easier to grok.lielement that is an odd numbered child starting with the third child and that is not a last child that is a descendant of anulelement.
ul li:nth-child(2n+3):not(:last-child)
translates toSelects anyThat’s much easier to grok.lielement that is an odd numbered child starting with the third child and that is not a last child that is a descendant of anulelement.