ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Any doubt?
Contact us
→
Stealth Fly
stealthfly
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<button class="stealthfly"> <span class="btn-label">Any doubt?</span> <span class="call-to-action"> Contact us <span aria-hidden="true">→</span> </span> </button> <style> :root { --neutral-1000: 70 74 83; --white: 255 255 255; --primary-700: 71 47 189; } .stealthfly { display: inline-flex; align-items: center; gap: 0.25rem; border-radius: 9999px; padding: 0.375rem 1rem; background-color: rgb(var(--neutral-1000)); cursor: pointer; font-family: 'Karla', sans-serif; font-size: 14px; line-height: 1.5rem; color: rgb(var(--white)); transition: opacity 0.2s ease; } .stealthfly:hover { opacity: 0.9; } .stealthfly .btn-label { opacity: 0.9; } .stealthfly .call-to-action { font-weight: 600; text-decoration-color: rgb(var(--primary-700)); text-decoration-thickness: 2px; text-underline-offset: 4px; } .stealthfly .call-to-action:hover { text-decoration: underline; } </style>