Learn HTML Forms by Building a Registration Form - Step 46

Hi, first of all, I’m brazilian and my english is weak. I don’t know how I’m doing this course, but I’m doing…
The problem is the system is not validating my answer because I’m not aplicating the settings for all tags fieldset, but in the tags there aren’t classes or ids. So I used with this way: fieldset { padding: 2em 0 2em 0. border: none; }. I’m not understanding what happens for the system not pass my answer. I will thank if anyone helps me.
I think so I setup my curriculum progress public… I hope so…

Welcome to the community :smiley:

em and rem are different units of space.
Its asking for you to use the rem unit.

This is a link to a quick explanation of units:
CSS Units (w3schools.com)

1 Like

Thanks for the answer, but the problem remains. Same system response: You should add padding of 2rem to the top and bottom of each fieldset .

Hi,
Your code padding: 2rem 0 0 2rem; adds padding to the top and left. The four values in padding go in order like this: top right bottom left.
Hope this helps.

1 Like

Thanks a lot!!! I knew it… I’m tired , it’s almost midnight… I’m going to sleep. Tomorrow I’ll restart.

1 Like

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