Answers for "fill input field with color"

CSS
3

change background input css

input[type="text"], textarea {

  background-color : #d1d1d1; 

}
Posted by: Guest on February-16-2020

Code answers related to "fill input field with color"

Browse Popular Code Answers by Language