/
Elezzar
/
Stellar_Burger
Обзор
Документация
Войти
/
Elezzar
/
Stellar_Burger
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/components/AppHeader/AppHeader.module.css
33 строки
450 B
Elezzar
refactoring
09 янв 2024, 03:17
09 янв 2024, 03:17
8da0a3d
Код
Авторство
О чём код?
.header { width: 100%; margin: 40px 0 0; background: #1C1C21; padding: 16px 0; } .menu { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; } .item { display: flex; align-items: center; gap: 50px; } .logo { margin-left: auto; margin-right: 289px; } .navlink { display: flex; flex-direction: row; align-items: center; text-decoration: none; color: unset; }