ProbelaufZoo/Styles/style.css

14 lines
188 B
CSS
Raw Normal View History

section {
width: 100%;
height: 100vh;
2024-04-17 09:33:26 +02:00
}
.swiper {
width: 600px;
height: 300px;
}
.swiper-pagination .swiper-pagination-bullet {
background-color: rgba(0, 0, 0, 1);
}