Copy to clipboard<a href='#'><div id='button-example-1605'>Click here!</div></a>
Copy to clipboard
#button-example-1605 {
color: #fffff7; background-color: #2B1412; padding: 20px 40px; font-size: 18px; font-weight: 600; width: 200px; text-align: center; box-shadow: inset 0 0 0 0 #D0A7A2; -webkit-transition: ease-out 0.5s; -moz-transition: ease-out 0.5s; transition: ease-out 0.5s;
}#button-example-1605:hover {
box-shadow: inset 200px 0 0 0 #D0A7A2;
}