Answers for "css how to edit button text color"

CSS
1

change button color html

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

change button text css

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

Browse Popular Code Answers by Language