/
LastBlast
/
social-network
Обзор
Документация
Войти
/
LastBlast
/
social-network
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/App.css
23 строки
343 B
Victoria Rozhkova
setting layout, add changing the theme
09 сен 2022, 17:03
09 сен 2022, 17:03
5840463
Код
Авторство
О чём код?
a { text-decoration: none; } body { background-color: white; } .app-wrapper { max-width: 1200px; margin: 0 auto; grid-template-areas: "header header" "nav content"; grid-template-rows: 60px 1fr; grid-template-columns: 2fr 10fr; grid-gap: 10px; } .app-wrapper-content { grid-area: content; background-color: white; }