html button color code example
Example 1: html change button color
.button {
background-color: #A62773; /*Color Code*/
}
Example 2: change button color html
.button {
background-color: #4CAF50;
}
Example 3: 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>