/
WorldOfYuri
/
react-1
Обзор
Документация
Войти
/
WorldOfYuri
/
react-1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/App.css
39 строк
787 B
Юрий Кузмичев
create websocket
24 июл 2023, 16:06
24 июл 2023, 16:06
c023a0e
Код
Авторство
О чём код?
.app-wrapper { display: grid; max-width: 1200px; margin: 0 auto; grid-template-areas: "h h " "n c "; grid-template-rows: 60px 1fr; grid-template-columns: 2fr 10fr; grid-gap: 10px; } .app-wrapper-content { grid-area: c; background-color: blueviolet; } /* header .social__item { display: inline-block; color: var(--theme-color); margin-bottom: 0; margin-left: 5px; margin-right: 0; transform: translateY(3px); } header .social__item .social__link { width: 17px; height: 17px; transition: opacity ease-in-out 0.2s; border: none; } header .social__item .social__link:hover { opacity: 0.7; } header .social__item .social__link[href*="viber"] { color: #7360f2; } header .social__item .social__link[href*="whatsapp"] { color: #25d366; } */