Skip to content

Commit 2d97540

Browse files
authored
Update Join_us.html
1 parent ff6c69b commit 2d97540

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pages/Join_us.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,18 @@
2121
/* Carousel Styles */
2222
.carousel {
2323
position: relative;
24-
max-width: 600px;
25-
max-height: 400px;
24+
width: 600px;
25+
height: 400px;
2626
margin: 30px auto;
2727
overflow: hidden;
2828
border-radius: 12px;
2929
box-shadow: 0 2px 12px rgba(0,0,0,0.10);
3030
}
31+
.carousel-images {
32+
position: relative;
33+
width: 600px;
34+
height: 400px;
35+
}
3136
.carousel-images img {
3237
position: absolute;
3338
top: 0;
@@ -37,7 +42,7 @@
3742
object-fit: cover;
3843
display: none;
3944
transition: opacity 0.5s;
40-
}
45+
}
4146
.carousel-images img.active {
4247
display: block;
4348
opacity: 1;

0 commit comments

Comments
 (0)