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>
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*/
}
css button style rectangle
<div class="placeholder-box">
<button type="button"> Button Text Here </button>
<p>Nunc condimentum mauris elit</p>
<ul>
<li>Duis quis eros felis</li>
<li>Nulla facilisi</li>
</ul>
</div>
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