ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Get started
Sky Wave
skywave
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a class="skywave" href="javascript:void(0)"> Get started </a> <style> .skywave { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 16px; border-radius: 8px; font-family: 'Gilroy', sans-serif; font-size: 0.875rem; font-weight: 600; line-height: 1.4; color: #fff; background-color: #006bff; border: 1px solid #006bff; text-decoration: none; cursor: pointer; transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; } .skywave:hover { background-color: #004eba; border-color: #004eba; } .skywave:active { background-color: #004796; border-color: #004796; } .skywave:focus-visible { outline: none; box-shadow: 0 0 0 4px rgba(0, 107, 255, 0.24); } .skywave:disabled { background-color: #e6f0ff; border-color: #e6f0ff; color: #aaa; cursor: not-allowed; } @media screen and (max-width: 576px) { .skywave { width: 100%; } } </style>