Skip to content

Commit a9cfd47

Browse files
Update style.css
1 parent 3bfb771 commit a9cfd47

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

style.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,4 +713,27 @@ text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
713713
animation: slide-in 3s forwards;
714714
animation-timeline: view();
715715
}
716+
717+
718+
swiper-container {
719+
width: 100%;
720+
height: 100%;
721+
}
722+
723+
swiper-slide {
724+
text-align: center;
725+
font-size: 18px;
726+
background: #444;
727+
display: flex;
728+
justify-content: center;
729+
align-items: center;
730+
}
731+
732+
swiper-slide img {
733+
display: block;
734+
width: 100%;
735+
height: 100%;
736+
object-fit: cover;
737+
}
716738

739+

0 commit comments

Comments
 (0)