Answers for "how do you get rid of the outline of a button when it is clicked html"

CSS
0

remove outline on button click

using outline:none; we can remove that border in chrome

for tailwind css :
outline-none 
focus:outline-none
Posted by: Guest on September-13-2020

Code answers related to "how do you get rid of the outline of a button when it is clicked html"

Browse Popular Code Answers by Language