Answers for "how to change input background color with css"

CSS
5

change background input css

input[type="text"], textarea {

  background-color : #d1d1d1; 

}
Posted by: Guest on February-16-2020
0

css color of input

input{
  background-color: white; /*The color of your choice here*/
}
Posted by: Guest on November-29-2020

Code answers related to "how to change input background color with css"

Browse Popular Code Answers by Language