Grow Pop
Animated · .btn-grow-pop
Text
Class name
Color hue
Radius · 12px
Size
.btn-grow-pop {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 12px;
background: #0ea5e9;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-grow-pop:hover {
transform: scale(1.07);
box-shadow: 0 8px 20px rgba(14, 165, 233, 0.45);
}
.btn-grow-pop:active {
transform: scale(0.96);
box-shadow: none;
}