/
Elezzar
/
Stellar_Burger
Обзор
Документация
Войти
/
Elezzar
/
Stellar_Burger
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/components/Modal/Modal.module.css
19 строк
304 B
Elezzar
month-7/step-2
22 мар 2023, 00:00
22 мар 2023, 00:00
f7b47fd
Код
Авторство
О чём код?
.window { display: flex; position: relative; max-width: 720px; width: 100%; background-color: #1C1C21; border-radius: 40px; justify-content: center; align-items: center; } .close { background: none; border: none; cursor: pointer; position: absolute; right: 40px; top: 60px; }