/
Elezzar
/
Stellar_Burger
Обзор
Документация
Войти
/
Elezzar
/
Stellar_Burger
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/components/OrderDetails/OrderDetails.module.css
18 строк
390 B
Elezzar
Add TypeScript
04 мар 2024, 05:23
04 мар 2024, 05:23
62358c5
Код
Авторство
О чём код?
.content { padding: 120px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; } .image { width: 120px; height: 120px; background-image: url(../../images/ready.svg); background-repeat: no-repeat; } .number { text-shadow: 0px 0px 16px rgba(51, 51, 255, 0.25), 0px 0px 8px rgba(51, 51, 255, 0.25), 0px 4px 32px rgba(51, 51, 255, 0.5) }