background color input code example
Example 1: change background input css
input[type="text"], textarea {
background-color : #d1d1d1;
}
Example 2: input backgound color
<input style="background-color: gold;" type="text" value="">
input[type="text"], textarea {
background-color : #d1d1d1;
}
<input style="background-color: gold;" type="text" value="">