Answers for "remove styles button"

CSS
5

remove styles button

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
Posted by: Guest on November-03-2020

Browse Popular Code Answers by Language