ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Start now
Amethyst Start
amethyststart
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="amethyststart"> Start now </a> <style> .amethyststart { display: inline-flex; align-items: center; justify-content: center; background-color: #7f56d9; border: 1px solid #7f56d9; border-radius: 8px; color: #fff; font-family: 'Segoe UI', system-ui, sans-serif; font-size: 18px; font-weight: 600; height: 60px; padding: 0 32px; text-decoration: none; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 12px rgba(16, 24, 40, 0.1); cursor: pointer; text-align: center; white-space: nowrap; } .amethyststart:hover, .amethyststart:focus { background-color: #6941c6; border-color: #6941c6; transform: scale(1.05); box-shadow: 0 6px 18px rgba(16, 24, 40, 0.15); outline: none; } @media screen and (max-width: 767px) { .amethyststart { width: 100%; font-size: 16px; padding: 0 24px; } } </style>