ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Try for free
Yellow Pulse
yellowpulse
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="yellowpulse"> Try for free </a> <style> .yellowpulse, .yellowpulse::before { border-radius: 2em; } .yellowpulse { background: #ffe01b; background-repeat: repeat; border-style: none; box-shadow: 0 0 0 1px #231e15; box-sizing: border-box; color: #231e15; display: inline-block; font-family: "Graphik Web", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; font-size: 0.8125rem; font-weight: 500; line-height: 1.5; padding: 0.75rem 1.5rem; position: relative; text-align: center; text-decoration: none; transform: translateY(0); 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); appearance: none; cursor: pointer; transition-behavior: normal, normal; } .yellowpulse::before { bottom: 0; content: ""; height: 100%; left: 0; position: absolute; transition: bottom 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7); transition-behavior: normal; width: 100%; } .yellowpulse:hover { background: #ffe01b; background-repeat: repeat; box-shadow: 0 0 0 1px #231e15, 0 0.375em 0 0 #231e15; color: #231e15; transform: translateY(-0.375em); } .yellowpulse:hover::before { bottom: calc(-1 * (0.375em * 1.1)); } .yellowpulse:active, .yellowpulse:focus { box-shadow: 0 0 0 1px #231e15, 0 calc(3.25 * 0.0625rem) 0 0 #231e15; transform: translateY(calc(-1 * (calc(3.25 * 0.0625rem) / 2))); } .yellowpulse:focus-visible { outline: 0; } .yellowpulse:focus-visible::after { border-radius: 2em; bottom: -0.101563rem; content: ""; left: 0; outline: 0.125rem solid #4bc4c2; outline-offset: 0.203125rem; position: absolute; right: 0; top: 0; } </style>