Search code examples
htmlcssstyles

Getting rid of a blue box around button when pressed


So, whenever I click on my button, this happens:

enter image description here

Is there any way to prevent this?

Thanks guys. :)


Solution

  • Think you keeping your button inside <a> tag. If so use this code

    a #btnid
    {
    border:none;
    }