Step 41: :not:(:last-child)

the question is :

Step 41

To give the fieldset elements a bit of separation, select all but the last fieldset element, and give them a border-bottom of 3px solid #3b3b4f.

when i submit the answer :

fieldset:not(:last-child) {
  border-bottom:5px solid #3b3b4f;

}

its keep giving me a wrong answer. i really stuck on this step! please!

1 Like

Hi @ronrk11 and welcome

You always should share a link to the step too. It is easier to help.
I think I remember this one though and your answer looks good. You just have a typo in your value.
Dont rush, not point on it, read carefully what they want and check your code after.
I think you will get it.
Happy coding!

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