ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Compare plans
Cloud Tint
cloudtint
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="cloudtint"> Compare plans </a> <style> .cloudtint { display: inline-flex; align-items: center; justify-content: center; padding: 0.7rem 1.2rem; font-family: 'Charlie Text', sans-serif; font-size: 1rem; font-weight: 300; line-height: 1.5; color: #172b4d; background-color: #ffffff; border: 1px solid #0065ff; border-radius: 0.3rem; text-decoration: none; cursor: pointer; user-select: none; transition: background-color 200ms ease, box-shadow 200ms ease; } .cloudtint:hover, .cloudtint:focus { background-color: #deebff; box-shadow: 0 0 0 2px rgba(0, 101, 255, 0.3); text-decoration: none; } .cloudtint:active { background-color: #cbdcf7; border-color: #0065ff; } .cloudtint:focus-visible { outline: none; } </style>