We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6c69b commit 2d97540Copy full SHA for 2d97540
pages/Join_us.html
@@ -21,13 +21,18 @@
21
/* Carousel Styles */
22
.carousel {
23
position: relative;
24
- max-width: 600px;
25
- max-height: 400px;
+ width: 600px;
+ height: 400px;
26
margin: 30px auto;
27
overflow: hidden;
28
border-radius: 12px;
29
box-shadow: 0 2px 12px rgba(0,0,0,0.10);
30
}
31
+ .carousel-images {
32
+ position: relative;
33
34
35
+ }
36
.carousel-images img {
37
position: absolute;
38
top: 0;
@@ -37,7 +42,7 @@
42
object-fit: cover;
43
display: none;
39
44
transition: opacity 0.5s;
40
- }
45
41
46
.carousel-images img.active {
47
display: block;
48
opacity: 1;
0 commit comments