ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Sign in
White Pulse
whitepulse
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="whitepulse"> Sign in </a> <style> .whitepulse { display: inline-block; padding: 0.75rem 1.5rem; font-family: "Graphik Web", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.8125rem; font-weight: 500; line-height: 1.5; text-align: center; text-decoration: none; color: #231e15; background-color: transparent; border-radius: 2em; box-shadow: 0 0 0 1px #231e15; transition: transform 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7), box-shadow 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7); position: relative; cursor: pointer; } .whitepulse:hover { transform: translateY(-0.375em); box-shadow: 0 0 0 1px #231e15, 0 0.375em 0 0 #231e15; } .whitepulse:focus-visible { outline: none; } .whitepulse:focus-visible::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: -0.101563rem; outline: 0.125rem solid #4bc4c2; outline-offset: 0.203125rem; border-radius: 2em; } </style>