+ 1
How to change the color of the button?
Hi I want to change the colour of Button Web topic Plz help
1 Answer
+ 9
You can change color like this:
<button style="background-color: red; color: white;" >
Example
</button>
Hi I want to change the colour of Button Web topic Plz help