Shrink Press
Animated · .btn-shrink-press
Text
Class name
Color hue
Radius · 12px
Size
.btn-shrink-press {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 12px;
background: #7c3aed;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.btn-shrink-press:hover {
transform: scale(0.94);
opacity: 0.92;
}
.btn-shrink-press:active {
transform: scale(0.88);
}