/
Soundclacher
/
skif
Обзор
Документация
Войти
/
Soundclacher
/
skif
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Header/Header.module.css
19 строк
324 B
Artem Khabibullin
Rename header.module.css to Header.module.css
11 июн 2024, 10:38
Не верифицирован
11 июн 2024, 10:38
f0f4018
Код
Авторство
О чём код?
.header { display: flex; align-items: center; gap: 30px; background-color: rgba(0, 0, 0, .6); padding: 30px 35px; position: absolute; top: 0; left: 0; width: calc(100vw - 70px); transition: all .2s; } .scroll { padding: 10px 35px; background-color: #000; position: fixed; transition: all .1s; }