Step 52
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.
textarea ,input {
background-color:#0a0a23;
border:1px,solid;
border-color:#0a0a23;
}
please help me how to solve this step