/
jonca3d
/
react-animation-ts
Обзор
Документация
Войти
/
jonca3d
/
react-animation-ts
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Slider/slider.module.css
37 строк
680 B
Evgeniy
update proj
10 окт 2024, 18:17
10 окт 2024, 18:17
cdc0030
Код
Авторство
О чём код?
.slider-container { overflow-x: hidden; width: 100vw; height: 70vh; } .slider-list { display: flex; max-height: 100%; } .dot { background-color: white; border-radius: 5px; height: 10px; margin: 5px; width: 10px; border: solid var(--main-color) 2px; } .active { background-color: red; } .slide-list-content { min-width: 100vw; display: flex; justify-content: center; margin: 10px; transition: transform 0.5s ease-in-out; } .dots-container { display: flex; justify-content: center; } .slide-img { display: block; max-width: 50%; }