ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Contact us now
Canary Hover
canaryhover
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="canaryhover"> Contact us now <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" class="arrow-icon"> <path stroke-linecap="round" stroke-linejoin="round" d="M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3" /> </svg> </a> <style> .canaryhover { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75em 1.5em; border-radius: 9999px; background-color: #FCCC18; color: #271526; font-family: 'Instrument Sans', sans-serif; font-size: 1rem; font-weight: 600; line-height: 1.4; text-decoration: none; transition: transform 0.3s ease, background-color 0.3s ease; } .canaryhover:hover { background-color: #FFF2C0; transform: translateY(-2px); } .canaryhover .arrow-icon { width: 1.25rem; height: 1.25rem; stroke: currentColor; transition: transform 0.3s ease; } .canaryhover:hover .arrow-icon { transform: translateX(6px); } </style>