Learn HTML Forms by Building a Registration Form Step 47

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.

Copy your raw code here. You can edit your question or just use the reply button

You can follow this step

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.