Hi,
I’m struck at Step 51,
Tried many combinations but no luck.
Following is my code.
Requirement:
Step 53
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
.
My Solution:
input, textarea {
border: 1px, solid, #0a0a23;
background-color:#0a0a23;
}
Please advise what is my mistake.
Weblink for Step 53: