Learn HTML Forms by Building a Registration Form - Step 53

Hi! I’m having an issue on step 53. This is the code I’m working on:

input, textarea {
background-color: #ffffff;
border: 1px solid #ffffff;
min-height: 2em;
}

The hint says “You should set the color to #ffffff” but I already did. I also tried other codes but it’s not working.
These are my directions for step 53:
“Currently, if you type in the input or textarea elements, you will not be able to see the text. Also, their height is too small to be easy to use. Fix this, by setting the color to #ffffff, and setting their min-height to 2em.”
If you see anythng wrong with my code, please let me know. Thanks!

It helps if you leave the link to the Step in the post.

These two attributes are not ‘color’

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