/
XPLAY
/
Sonara
Обзор
Документация
Войти
/
XPLAY
/
Sonara
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/header/Header.css
58 строк
1 KB
XPLAY
First commit
06 июл 2026, 13:21
06 июл 2026, 13:21
00a7d42
Код
Авторство
О чём код?
header { margin-bottom: 7rem; } .header { position: fixed; top: 1rem; left: 50%; transform: translateX(-50%); width: 100%; max-width: 100rem; height: 4.5rem; display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: 0 1.5rem; z-index: 1000; } .header-fade { position: fixed; top: 0; left: 0; width: 100%; height: 2rem; pointer-events: none; background-color: var(--bg); mask-image: linear-gradient( to bottom, var(--bg), #000000bf, #00000000 ); -webkit-mask-image: linear-gradient( to bottom, var(--bg), #000000bf, #00000000 ); z-index: 999; } .button-back-to-home { display: flex; justify-content: center; align-items: center; width: 4.5rem; height: 4.5rem; border-radius: 100rem; cursor: pointer; } .button-back-to-home-icon { height: 50%; } .header-content { width: 100%; height: 4.5rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0 1.5rem; }