html input ttype text color example
Example 1: html input background color
input[type="text"], textarea {
background-color : #d1d1d1;
}
Example 2: css color of input
input{
background-color: white; /*The color of your choice here*/
}
input[type="text"], textarea {
background-color : #d1d1d1;
}
input{
background-color: white; /*The color of your choice here*/
}