/
saveliev_anton
/
final_project
Обзор
Документация
Войти
/
saveliev_anton
/
final_project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/shared/ui/Modal/Modal.module.css
30 строк
500 B
Anton Saveliev
add Modal
18 ноя 2025, 14:58
18 ноя 2025, 14:58
55fa976
Код
Авторство
О чём код?
.overlay { display: flex; left: 0; right: 0; bottom: 0; top: 0; background-color: rgba(192, 154, 109, 0.5); padding-top: 100px; align-items: flex-start; justify-content: center; position: fixed; } .container { background: lightblue; margin-inline: auto; border: 1px solid black; display: flex; align-items: center; flex-direction: column; padding: 20px; border-radius: 20px; } .content { margin-top: 10px; display: flex; align-items: center; gap: 10px; }