Ink Sharp
Solid · .btn-ink-sharp
Text
Class name
Color hue
Radius · 0px
Size
.btn-ink-sharp {
display: inline-block;
padding: 12px 28px;
border: 2px solid #111111;
border-radius: 0;
background: #111111;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.02em;
cursor: pointer;
transition: background 0.2s ease, color 0.2s ease;
}
.btn-ink-sharp:hover {
background: #ffffff;
color: #111111;
}
.btn-ink-sharp:active {
background: #f1f1f1;
}