Answers for "changing only button color"

0

javascript change color of button

document.getElementById("button").style.background='#000000';
Posted by: Guest on November-13-2020
0

change button text css

#search {
    width: 20em;  height: 2em;
}
Posted by: Guest on May-15-2020

Code answers related to "changing only button color"

Browse Popular Code Answers by Language