Learn HTML Forms by Building a Registration Form - Step 45

My code didn’t pass and i can’t see anything wrong - help me plz!!

Step 45

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

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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

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

Link to the challenge:

Hey bukamal1, look at what the directions are asking " To give the fieldset elements a bit of separation, select them and give them a border-bottom of 3px solid #3b3b4f ." You are adding that style, but it looks like you are adding it to the top. Trying adding it as the last style in fieldset

4 Likes

Thanks buddy really helped

1 Like

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