ProbelaufZoo/Styles/style.css

18 lines
210 B
CSS
Raw Normal View History

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