ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Contact us
Ghost Click
ghostclick
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a href="javascript:void(0)" class="ghostclick"> Contact us </a> <style> .ghostclick { border-style: initial; border-width: 0; cursor: pointer; display: inline-block; text-decoration: none; font-family: Arial, sans-serif; font-size: 1.125rem; line-height: 1.5; background-color: #2545d3; border-radius: 10rem; color: #fff; font-weight: 400; padding: .75rem 1.5rem; text-align: center; transition: all .2s; transition-behavior: normal; } .ghostclick { background-color: white; color: #2545d3; } .ghostclick { background-color: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1px white; } .ghostclick { background-color: rgba(37, 69, 211, .04); box-shadow: inset 0 0 0 1px #2545d3; color: #2545d3; } .ghostclick:hover { background-color: #717fe2; } .ghostclick:hover { color: white; } .ghostclick:hover { background-color: rgba(37, 69, 211, .04); box-shadow: rgba(37, 69, 211, .45) 0 0 0 1px inset; color: rgba(37, 69, 211, .75); } @media screen and (max-width: 991px) { .ghostclick { font-size: 1rem; } } </style>