feat: carousel

This commit is contained in:
Nik L
2026-03-09 17:09:25 -04:00
parent df393e623a
commit a5af681b9e
7 changed files with 124 additions and 15 deletions

View File

@@ -155,6 +155,12 @@ section {
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
/* Carousel progress bar */
@keyframes progress {
from { width: 0; }
to { width: 100%; }
}
/* Fade in animation for sections */
@keyframes fade-up {
from {