Answers for "apply color to all the inputs in the body tag"

CSS
4

html input background color

input[type="text"], textarea {

  background-color : #d1d1d1; 

}
Posted by: Guest on February-16-2020

Code answers related to "apply color to all the inputs in the body tag"

Browse Popular Code Answers by Language