Answers for "css how to change input background when there is text"

CSS
4

change background input css

input[type="text"], textarea {

  background-color : #d1d1d1; 

}
Posted by: Guest on February-16-2020

Code answers related to "css how to change input background when there is text"

Browse Popular Code Answers by Language