/
diman_sh
/
task_tracker_site
Обзор
Документация
Войти
/
diman_sh
/
task_tracker_site
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/main.css
171 строка
2 KB
s1mdm
ver3
15 янв 2026, 13:44
15 янв 2026, 13:44
7d08aef
Код
Авторство
О чём код?
*, *::before, *::after { box-sizing: border-box; } html { height: 100%; } body { height: 100%; margin: 0; font-family: "Manrope", sans-serif; } img { display: block; } .main-page { display: flex; flex-direction: column; justify-content: space-between; } .heder { display: flex; align-items: center; height: 73px; border-bottom: 1px solid #E5E9F2; } .heder-container { width: 1110px; margin: 0 auto; display: flex; align-items: center; } .logo { margin-right: 40px; } .nav { font-weight: bold; font-size: 14px; line-height: 1; color: #18191F; } .nav-link { margin-right: 32px; color: #18191F; text-decoration: none; } .nav-link:hover { color: #8C30F5; } .nav-link:last-child { margin-right: 0; } .appstore { margin-left: auto; display: flex; } .appstore-item { margin-left: 12px; } .appstore-item:first-child { margin-left: 0; } /* Main */ .main { } .main-container { width: 1110px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding-top: 197px; padding-bottom: 197px; } .main-content { width: 540px; font-size: 18px; color: #18191F; } .main-img { } .main-header { margin-top: 0; margin-bottom: 16px; font-family: 800; font-size: 72px; line-height: 1.36; color: #18191F; font-feature-settings: "liga" 0; } .maint-text { margin-bottom: 32px; } .maint-text p { margin-bottom: 15px; font-size: 18px; line-height: 1.78; } .button { display: inline-block; padding-left: 35px; padding-right: 35px; height: 62px; border-radius: 8px; background-color: #8C30F5; color: #FFFFFF; text-decoration: none; font-weight: bold; font-size: 20px; line-height: 62px; } .button:hover { opacity: 0.8; } /* Footer */ .footer { display: flex; align-items: center; height: 72px; background-color: #0B0D17; color: #D9DBE1; } .footer-container { width: 1110px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; } .footer-copyright { font-size: 14px; } .footer-socials { display: flex; } .footer-socials-item { margin-left: 16px; }