Answers for "how to remove the border of a button in html"

CSS
1

how to remove border on button click

.btnName{
	outline: none;
}
Posted by: Guest on August-27-2020
0

how to remove border in button html

padding: 0;
border: none;
background: none;
Posted by: Guest on March-01-2022

Code answers related to "how to remove the border of a button in html"

Browse Popular Code Answers by Language