ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Start for free
Dark Whisper
darkwhisper
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="darkwhisper"> Start for free </a> <style> .darkwhisper { display: inline-flex; align-items: center; justify-content: center; min-width: 10rem; height: 3rem; padding: 0 1.5rem; font-family: Arial, sans-serif; font-size: 1rem; font-weight: 500; line-height: 1em; color: #faf9fb; background-color: #2a222b; border-radius: 0.75rem; text-decoration: none; cursor: pointer; transition: background-color 0.3s ease, border-radius 0.3s ease; } .darkwhisper:hover { background-color: #564b58; border-radius: 1rem; } @media screen and (max-width: 767px) { .darkwhisper { width: 100%; min-width: 0; } } </style>