Can I change the color of buttons in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can I change the color of buttons in html

14th Sep 2018, 9:21 AM
Adjjdjjdj
Adjjdjjdj - avatar
2 Answers
+ 10
button{ background-color:red; }
14th Sep 2018, 9:40 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 5
<button style="background-color: blue;" >Click me </button>
14th Sep 2018, 9:44 AM
Googel
Googel - avatar