Update index.html

This commit is contained in:
sHa
2025-03-09 23:42:52 +02:00
committed by GitHub
parent 81099202a4
commit e3552b1473

View File

@@ -54,7 +54,7 @@
background-size: cover;
background-position: center;
opacity: 0;
transition: opacity 1s ease-in-out;
transition: opacity 2s ease-in-out;
}
.slide.active { opacity: 1; }
.footer {