change button color html
.button {
background-color: #4CAF50;
}
how change button color in html
<!DOCTYPE html>
<html>
<body>
<button style="background-color:red; border-color:blue; color:white">Button
Text</button>
</body>
</html>
change button color in html
.button_css
{
background-color: black;
color: white;
width: 150px;
height: 40px;
}
html change button color
.button {
background-color: #A62773; /*Color Code*/
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us