Emboss Stone
3D & Tactile · .btn-emboss-stone
Text
Class name
Color hue
Radius · 10px
Size
.btn-emboss-stone {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 10px;
background: #e5e7eb;
color: #4b5563;
font-family: inherit;
font-size: 15px;
font-weight: 700;
text-shadow: 0 1px 0 #ffffff;
cursor: pointer;
box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #9ca3af, 1px 1px 3px rgba(107, 114, 128, 0.5);
transition: box-shadow 0.15s ease;
}
.btn-emboss-stone:hover {
box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #9ca3af, 2px 2px 6px rgba(107, 114, 128, 0.6);
}
.btn-emboss-stone:active {
box-shadow: inset -1px -1px 0 #ffffff, inset 1px 1px 3px #9ca3af;
text-shadow: none;
}