A white button with rounded corners and colored border, which changes to a colored background with white text on hover.
Copy to clipboard<a href='#'><div id='button-example-940'>Click here!</div></a>
Copy to clipboard
#button-example-940 {
color: #652F2A; border: 3px solid #652F2A; background-color: #fff; padding: 20px 40px; font-size: 18px; font-weight: 600; width: 200px; text-align: center; border-radius: 15px;
}#button-example-940:hover {
border: 3px solid #652F2A; background-color: #652F2A; color: #fff;
}