how to remove the background color of button while clicking code example
Example: button background color remove
.button {
background-color: Transparent;
background-repeat:no-repeat;
border: none;
}
.button {
background-color: Transparent;
background-repeat:no-repeat;
border: none;
}