Learn HTML forms by building a registration form-step 46

Step 46, I followed instruction but it won’t let me move forward.

Step 46

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

fieldset{
border-bottom-width: 3px solid #3b3b4f;
border: none;
padding: 2rem 0;
}

You should give the fieldset elements a border-bottom of 3px solid #3b3b4f .

Hi :slight_smile:

The way you declare the border-bottom property is not entirely correct; take a look here: CSS border-bottom property, it will help you!

1 Like

Hi, I just figure out the solution by fix that and remove the border property.

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