Learn HTML Forms by Building a Registration Form - Step 46

I’m not sure what’s wrong here.

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

/* User Editable Region */

label {
display: block;
margin: 0.5rem 0;
}


**Your browser information:**

User Agent is: <code>Mozilla/5.0 (X11; CrOS x86_64 14816.131.5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36</code>

**Challenge:** Learn HTML Forms by Building a Registration Form - Step 46

**Link to the challenge:**
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-forms-by-building-a-registration-form/step-46

Hello!
Remove the border: none from the selector to see if that will fix it.

Happy coding! :slight_smile:

it was a little confussing. i got it. sometimes i’m not sure ill be able to do this for work. thank you a lot :grinning:

1 Like

Don’t worry! All of us become confused sometimes.
I have gone through the lessons and projects a few times now.
And, still I can be confused at times.
I suggest, if you really are worried about it, just repeat the areas you find the most challenging until it seems familiar.
Also, if you see a question you are able to answer in the community, jump right in. If it is a little off, the moderators, or other learners help us by mentioning it when they provide a solution. It helps us learn too.

Happy coding! :slight_smile:

2 Likes

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