/
rxeev
/
react-code-editor
Обзор
Документация
Войти
/
rxeev
/
react-code-editor
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Header/Header.module.css
39 строк
681 B
unknown
full
13 сен 2022, 18:04
13 сен 2022, 18:04
27c0be7
Код
Авторство
О чём код?
.header { display: flex; height: 70px; flex-shrink: 0; background: #272822; color: white; align-items: center; justify-content: flex-end; border-bottom: 2px soloid #333; padding: 0 15px; gap: 15px; box-sizing: border-box; } .camera{ position: fixed; right: 30px; bottom: 30px; border-radius: 50px; z-index: 11111; } /* .btn { height: 50px; display: flex; justify-content: center; align-items: center; padding: 0 20px; border-radius: 4px; color: white; background: rgb(196, 55, 55); font-size: 15px; font-weight: 600; cursor: pointer; border: 0; outline: 0; } */