Tilt Card

/* GHL 3D Tilt Card CSS */
.tilt-card {
transition: transform 0.4s ease;
transform-style: preserve-3d;
}
.tilt-card:hover {
transform: perspective(1000px) rotateY(15deg) scale(1.05);
box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.25);
}
Last updated
Was this helpful?

