Answers for "how to change the input text color ht,;"

CSS
5

html input background color

input[type="text"], textarea {

  background-color : #d1d1d1; 

}
Posted by: Guest on February-16-2020

Code answers related to "how to change the input text color ht,;"

Browse Popular Code Answers by Language