Answers for "how to give color to the button in html"

CSS
1

change button color html

.button {
  background-color: #4CAF50;
}
Posted by: Guest on May-07-2021

Code answers related to "how to give color to the button in html"

Browse Popular Code Answers by Language