/
Elezzar
/
Stellar_Burger
Обзор
Документация
Войти
/
Elezzar
/
Stellar_Burger
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/components/ModalOverlay/ModalOverlay.module.css
15 строк
261 B
Elezzar
add feeds pages and components
25 янв 2024, 06:35
25 янв 2024, 06:35
3b8c783
Код
Авторство
О чём код?
.modal{ width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.6); transition: all 1s ease 0s; z-index: 999; }