Hello I am stuck on the syntax for doing “:last-of-type” specification. here is what I have so far.
context: changing the bottom border of the last fieldset only.
fieldset:last-of-type{
border-bottom: none;
I’ve tried going to the next step to see what syntax was put automatically and it’s the same as what I’m trying but for some reason on step 47 it says it’s incorrect.