/
nikitaremyga
/
FreakTeam
Обзор
Документация
Войти
/
nikitaremyga
/
FreakTeam
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
base.css
94 строки
1 KB
Nikita
1 commit
06 июн 2025, 21:47
06 июн 2025, 21:47
34fe135
Код
Авторство
О чём код?
html { width: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 0; overflow-x: hidden; } body { width: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 0; overflow-x: hidden; } header { display: flex; flex-direction: row; align-items: center; justify-content: center; width: 100%; height: 73px; background-color: rgba(0, 0, 0, 0.63); z-index: 1; gap: 530px; position: fixed; } p { font-family: font_family; } .menu-nav { display: flex; flex-direction: row; align-items: center; justify-content: center; text-transform: uppercase; z-index: 1; gap: 10px; } .img-logo { width: 207px; height: 63px; } a { color: rgb(255, 255, 255); border: 0; text-decoration: none; font-family: Montserrat, sans-serif; } h1 { width: 1147px; color: black; font-family: Montserrat, sans-serif; font-size: 40px; font-weight: 700; line-height: 140.63%; text-align: left; padding-top: 100px; } h2 { color: black; font-family: Montserrat, sans-serif; font-size: 40px; font-weight: 700; line-height: 140.63%; text-align: left; margin: 0; } button { border: 0; font-size: 20px; color: white; font-family: Montserrat, sans-serif; font-weight: 700; width: 209px; height: 48px; color: white; background-color: #3ACA22; border-radius: 9px; z-index: 0; opacity: 100%; }/*# sourceMappingURL=base.css.map */