ButtonsKit
Get started
Open main menu
Home
About
Services
Contact
Join to our community
Ink Fjord
inkfjord
(5.0)
345 Reviews
Add to favorites
Add to cart
Characteristics:
Flat
With arrow
Rounded
<a class="inkfjord" href="javascript:void(0)"> Join to our community </a> <style> .inkfjord { font-size: 1rem; outline: 0; text-decoration: none; -webkit-box-align: center; align-items: center; box-sizing: border-box; cursor: pointer; font-family: Avenir, Helvetica, Arial, sans-serif; font-weight: 600; position: relative; width: auto; background-color: transparent; border: .125rem solid #0d333f; border-radius: .25rem; color: #0d333f; min-height: unset; display: inline-block; position: relative; z-index: 1; height: 3.25rem; padding: 0 1.75rem; display: flex; -webkit-box-pack: center; justify-content: center; max-width: 250px; } .inkfjord::before { border-color: transparent; height: calc(100% + .625rem); left: -.3125rem; top: -.3125rem; transition: border-color .3s cubic-bezier(.35, 0, .25, 1); transition-behavior: normal; width: calc(100% + .625rem); border-radius: .25rem; } .inkfjord::after, .inkfjord::before { box-sizing: border-box; content: ""; display: block; position: absolute; } .inkfjord::after { border-radius: 624.938rem; height: 100%; left: 0; opacity: 0; right: calc(100% - 3em); top: 0; transition: right .3s cubic-bezier(.35, 0, .25, 1), opacity .3s cubic-bezier(.35, 0, .25, 1); transition-behavior: normal, normal; } .inkfjord:hover::after { opacity: 1; right: 0; } .inkfjord:focus:not(:active)::before { border: .1875rem solid #0077c5; } .inkfjord:disabled { cursor: not-allowed; opacity: .4; } .inkfjord:disabled::after { display: none; } .inkfjord:hover { background-color: #09222a; color: #fff; } </style>