how to edit the background color in an input field in html code example
Example: html input background color
input[type="text"], textarea {
background-color : #d1d1d1;
}
input[type="text"], textarea {
background-color : #d1d1d1;
}