button remove surroundings code example
Example: button remove surroundings
/* Removing the Outline Surroundings of a Button. Replace the "input" with your button #id / .class name */
input:focus{
outline: none;
}
/* Removing the Outline Surroundings of a Button. Replace the "input" with your button #id / .class name */
input:focus{
outline: none;
}