/
FoxyL
/
Foxy
Обзор
Документация
Войти
/
FoxyL
/
Foxy
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
fancy/style.css
47 строк
614 B
FoxyL
fancyBox
07 апр 2026, 16:56
07 апр 2026, 16:56
94a4da0
Код
Авторство
О чём код?
*{ margin: 0; padding: 0; } html, body{ min-height: 100%; } .clickableImg{ width: 350px; height: 350px; cursor: pointer; } .fancyBox{ height: 100%; width: 100%; top: 0; position: fixed; display: flex; justify-content: center; overflow: hidden; background-color: black; display: none; } .slider{ align-self: center; } .slider img{ width: 800px; } .prevButton{ position: absolute; left: 0; top: 50%; } .nextButton{ position: absolute; right: 0; top: 50%; } .exitButton{ position: absolute; top: 0; right: 0; }