Styling
Variables
.swiper-slide {
background: #eee;
display: flex;
align-items: center;
justify-content: center;
}
.swiper-pagination-bullet {
background: #333;
}
.swiper-button-next,
.swiper-button-prev {
color: red;
}Future
Last updated