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