feat: carousel
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user