How to use
Click on your desired button and copy the HTML & CSS.
Code
New?
CSS Scan - Easily inspect or copy any website's CSS
<a href="/"><button class="bn632-hover bn28">Button</button></a>
.bn632-hover { width: 160px; font-size: 16px; font-weight: 600; color: #fff; cursor: pointer; margin: 20px; height: 55px; text-align:center; border: none; background-size: 300% 100%; border-radius: 50px; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .bn632-hover:hover { background-position: 100% 0; moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .bn632-hover:focus { outline: none; } .bn632-hover.bn28 { background-image: linear-gradient( to right, #eb3941, #f15e64, #e14e53, #e2373f ); box-shadow: 0 5px 15px rgba(242, 97, 103, 0.4); }