Learn HTML Forms by Building a Registration Form - Step 55

input, textarea, select {

background-color: #0a0a23;
border: 1px solid #0a0a23;
color: #ffffff;
min-height: 2em;
}

Error showing - move the min-height property and value to the input, textarea, select selector.

Help me remove the error from above code.

Hello,

can you please send us the link of your current task. It would help the community to understand your current stage to give you a hint.

You should remove the “min-height” from input and textarea and move the “min-height” to select, input and textarea

I hope it helped !!

1 Like

can you tell more specifically about which input you are talking.

Hello!

It looks like the min-height has been added to the

as instructions requested.

However,has it been deleted from the input, textarea selector?

That is the final process to pass this step.

Keep up the good progress!

2 Likes

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