CSS menumbuhkan animasi

.card {
transition-duration: 0.2s;
transition-delay: 0s;
}

.card:hover {
transform: scale(1.1);
}
Button