/
kildim
/
react-burger
Обзор
Документация
Войти
/
kildim
/
react-burger
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/pages/profile/profile.module.css
34 строки
515 B
Dmitry Kilin
feat: done user orders history markup
27 июл 2022, 21:44
27 июл 2022, 21:44
8163596
Код
Авторство
О чём код?
.content { display: flex; align-items: flex-start; padding-top: 177px; justify-content: center; } .info { display: inline-flex; flex-direction: column; align-items: center; order: 2; } .menu { position: absolute; left: 100px; display: inline-flex; flex-direction: column; order: 1; } a { text-decoration: none; } .history { display: inline-flex; flex-direction: column; order: 2; width: 808px; height: 812px; margin-left: 280px; }