Pushable Crimson
3D & Tactile · .btn-pushable-crimson
Text
Class name
Color hue
Radius · 12px
Size
.btn-pushable-crimson {
display: inline-block;
padding: 12px 28px;
border: none;
border-radius: 12px;
background: #e11d48;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 700;
cursor: pointer;
box-shadow: 0 6px 0 #9f1239;
transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.btn-pushable-crimson:hover {
transform: translateY(-2px);
box-shadow: 0 8px 0 #9f1239;
}
.btn-pushable-crimson:active {
transform: translateY(4px);
box-shadow: 0 2px 0 #9f1239;
}