37470-vm/assets/css/custom.css
Flatlogic Bot 04d154d35d CRGGGG
2026-01-14 20:26:07 +00:00

14 lines
162 B
CSS

/* Add your custom styles here */
body {
background-color: #f8f9fa;
}
.card {
transition: transform .2s;
}
.card:hover {
transform: scale(1.02);
}