Learn HTML Forms by Building a Registration Form - Step 45

Tell us what’s happening:
Describe your issue in detail here.

I’m getting this error message

Test

Sorry, your code does not pass. Hang in there.

Hint

You can use either a value of none or 0 to remove the border.

This is my answer:

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

I’m not sure what’s wrong with it. Please advise.

Your browser information:

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

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

Link to the challenge:

1 Like

when I test your code, I get this hint

Hint

You should remove the padding from the left and right of each fieldset.

so use 0px for the left and right padding to remove them.

4 Likes

I’m still getting the same error message?

can you copy the whole code over here (use the mouse to select everything from top to bottom please)

I want to tell the whole thing in case there is something else wrong…

1 Like

in the end you just needed “0”, without value “px”

1 Like

Good catch! The border:none was changed and it should have remained as none or 0.

1 Like

Thanks for all the suggestions. I think there was something wrong with the ‘answer check’ because I closed out of chrome and when I tried re-entering the answer - it actually worked.

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