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="/" class="bn3">Button</a>
.bn3 { display: inline-block; padding: 0.5em 1.7em; margin: 0 0.1em 0.1em 0; border: 0.16em solid rgb(255, 255, 255); border-radius: 2em; box-sizing: border-box; text-decoration: none; font-family: "Roboto", sans-serif; font-weight: 300; color: #ffffff; text-shadow: 0 0.04em 0.04em rgba(255, 255, 255, 0.253); text-align: center; transition: all 0.2s; } .bn3:hover { color: black; background-color: rgb(255, 255, 255); }