Answers for "how to make div take color as input"

CSS
0

css color of input

input{
  background-color: white; /*The color of your choice here*/
}
Posted by: Guest on November-29-2020
0

set value of input ype color in html

<input type="color" value="#ffdd33" />
Posted by: Guest on August-11-2021

Code answers related to "how to make div take color as input"

Browse Popular Code Answers by Language