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:
Learn to Code — For Free
1 Like
hbar1st
November 24, 2022, 10:39pm
2
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?
hbar1st
November 24, 2022, 11:05pm
4
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
hbar1st
November 25, 2022, 10:22am
6
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.
system
Closed
May 28, 2023, 10:46am
8
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.