Answers for "background color of input"

CSS
3

input backgound color

<input style="background-color: gold;" type="text" value="">
Posted by: Guest on July-06-2020
1

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 "background color of input"

Browse Popular Code Answers by Language