TIF_NGANJUK_E41210577/assets/css/custom.css

11 lines
211 B
CSS

.icon-container {
width: 50px;
height: 50px;
}
.card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
transform: translateY(-3px);
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}