ProbelaufZoo/Styles/style.css
2024-04-17 10:06:18 +02:00

18 lines
210 B
CSS

section {
width: 100%;
height: 100vh;
}
footer {
height: 240px;
}
.swiper {
width: 600px;
height: 300px;
}
.swiper-pagination-bullet {
background-color: rgba(0, 0, 0, 1) !important
}