14 lines
188 B
CSS
14 lines
188 B
CSS
section {
|
|
width: 100%;
|
|
height: 100vh;
|
|
}
|
|
|
|
.swiper {
|
|
width: 600px;
|
|
height: 300px;
|
|
}
|
|
|
|
.swiper-pagination .swiper-pagination-bullet {
|
|
background-color: rgba(0, 0, 0, 1);
|
|
}
|