Learn HTML Forms by Building a Registration Form - Step 54

Step 54

To make the input and textarea elements blend in with the background theme, set their background-color to #0a0a23. Then, give them a 1px, solid border with a color of #0a0a23.

This is my code, please what am I getting wrong

input, textarea {
background-color: #0a0a23;
border: 1px, solid;
color: #0a0a23;
}

Link your topic to the challenge step.

Done it, i put the question

Your color needs to be a part of your border style instead of actually using “color”. This shows how you use the border shorthand property to include color

Do not understand what you mean

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