How to make the border around a button go away using css code example Example: remove button default border css button:focus { outline: none; }