Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -23,10 +23,10 @@ html, body {
|
|
| 23 |
background-repeat: no-repeat;
|
| 24 |
|
| 25 |
/* Add smooth transition effect for background changes */
|
| 26 |
-
transition: background-image 0.
|
| 27 |
}
|
| 28 |
|
| 29 |
/* Ensure the scrollable area is tall enough to allow scrolling */
|
| 30 |
body {
|
| 31 |
-
height: calc(100vh *
|
| 32 |
}
|
|
|
|
| 23 |
background-repeat: no-repeat;
|
| 24 |
|
| 25 |
/* Add smooth transition effect for background changes */
|
| 26 |
+
transition: background-image 0.2s ease-in-out;
|
| 27 |
}
|
| 28 |
|
| 29 |
/* Ensure the scrollable area is tall enough to allow scrolling */
|
| 30 |
body {
|
| 31 |
+
height: calc(100vh * 12); /* Adjust based on the number of images */
|
| 32 |
}
|