Learn HTML Forms by Building a Registration Form - Step 45

It says to remove the border but i did but 0 for it and everything else. I’m not sure what is wrong.

.fieldset{
  border: 0;
  border-top: 2rem;
  border-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

/* User Editable Region */


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

Your browser information:

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

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

Link to the challenge:

Hello!
It is still showing the border-top and border-bottom. Try removing those completely and see if it works.
Happy coding!

1 Like

those were a mistake and i found out it was supposed to be for the padding. thank you.

1 Like

Wishing continued great progress with your coding!

Happy coding! :slight_smile:

2 Likes

i see what you are saying. thank you.

2 Likes

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