Tilt Fun
Animated · .btn-tilt-fun
Text
Class name
Color hue
Radius · 12px
Size
.btn-tilt-fun {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 12px;
background: #ec4899;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-tilt-fun:hover {
transform: rotate(-3deg) scale(1.05);
}
.btn-tilt-fun:active {
transform: rotate(0deg) scale(0.97);
}