Answers for "change button outline color"

CSS
7

css remove blue outline button

button {
  outline: none;
}
Posted by: Guest on March-18-2020
2

html change button color

.button {
	background-color: #A62773; /*Color Code*/
}
Posted by: Guest on May-22-2021

Code answers related to "change button outline color"

Browse Popular Code Answers by Language