/
dany
/
ReshenijaBotInformationSite
Обзор
Документация
Войти
/
dany
/
ReshenijaBotInformationSite
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/header/style.module.css
27 строк
441 B
Daniil
Initial commit
31 окт 2023, 01:10
31 окт 2023, 01:10
a171ae1
Код
Авторство
О чём код?
.container { background-color: rgb(8, 177, 240); height: 70px; display: flex; justify-content: center; } .navbar { width: 700px; height: 100%; display: flex; justify-content: space-between; align-items: center; } .link { text-decoration: none; color: white; font-size: 17px; font-weight: bold; font-family:Arial, Helvetica, sans-serif } .logo { width: 30px; height: 30px; }