how to remove button decoration

[ad_1]

how to remove button decoration
button {
    border: none;
}

button:focus {
    border: none;
    outline: none;
}

button:focus{
    outline:none !important;
}
(add !important if it is used in Bootstrap)
remove button default border css
button:focus { outline: none; }

[ad_2]

Content Protection by DMCA.com
Please Share