why clicking on button creates border around code example
Example 1: how to remove outline on button
outline: none;
Example 2: remove clicked button border
<button style="outline: none;"></button>
outline: none;
<button style="outline: none;"></button>