Change the background color of a button with CSS
To change the background color of a button , you should use the CSS background-color property.
Click on the Try it Yourself » button to open the below code in our online editor.
<style> button { background-color:green; } </style> <button> Click Me</button>
save
listen
AI Answer
Change the background color of a button with CSS
0
To change the background color of a button , you should use the CSS background-color prop…
asked
Apu
0 answers
2915
To change the background color of a button , you should use the CSS background-color prop…
Answer Link
answered
Apu