18 lines
210 B
CSS
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
|
|
}
|