Answers for "color button in html"

CSS
1

change button color in html

.button_css
{
	background-color: black;
	color: white;
	width: 150px;
	height: 40px;
}
Posted by: Guest on June-19-2021
0

formatting a button in css

.btn1:hover {      background-color: #008CBA;      color: white; }
Posted by: Guest on January-27-2021

Browse Popular Code Answers by Language