ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Try it now!
Leafy Light
leafylight
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a class="leafylight" href="javascript:void(0)"> Try it now! </a> <style> .leafylight { display: inline-block; min-width: 200px; padding: 12px 24px; border-radius: 9999px; font-family: "Inter", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 600; line-height: 24px; letter-spacing: -0.011em; text-align: center; text-decoration: none; white-space: nowrap; user-select: none; cursor: pointer; border: 1px solid #cdffad; background-color: #9fe870; color: #163300; transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out; } .leafylight:hover { background-color: #cdffad; transform: translateY(-1px); } .leafylight:active { background-color: #ecffe0; } .leafylight:focus-visible { outline: 2px solid red; outline-offset: 2px; } </style>