css button border none code example
Example 1: remove button default border css
button:focus { outline: none; }
Example 2: button outline none
button:focus {outline:0;}
button:focus { outline: none; }
button:focus {outline:0;}