4,554
edits
No edit summary |
No edit summary |
||
Line 437: | Line 437: | ||
/*transform: matrix(1, -0.02, 0.02, 1, 0, 0);*/ | /*transform: matrix(1, -0.02, 0.02, 1, 0, 0);*/ | ||
transition: all 0.3s ease; | transition: all 0.3s ease; | ||
opacity: | opacity: 0; /* Initially hidden */ | ||
z-index: -1; /* Ensures it's under the main content */ | z-index: -1; /* Ensures it's under the main content */ | ||
} | } |