/
engineunity_sub
/
doxml_work_site
Обзор
Документация
Войти
/
engineunity_sub
/
doxml_work_site
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
src/css/sections/faqBanner.css
84 строки
2 KB
PauloChaser
move content from branch dev to master
12 фев 2025, 18:06
12 фев 2025, 18:06
a2e2735
Код
Авторство
О чём код?
/* Баннер */ .faqBanner { position: relative; background: radial-gradient(var(--blue) 20%, rgba(57, 72, 239, 0.8)); color: white; text-align: center; /*margin-bottom: 80px;*/ min-height: 400px; overflow: hidden; padding-bottom: 40px; padding-top: 40px; } .faqBanner::before { content: '?'; font-size: 420px; color: rgba(255, 255, 255, 0.1); position: absolute; top: 60%; right: 0%; transform: translate(-50%, -50%); z-index: 1; font-weight: bold; } .faqBanner .breadcrumbs { margin-top: 0; } .faqBanner .breadcrumbs__link { color: var(--black); } .faqBanner .breadcrumbs__link:hover { text-decoration: underline; } .faqBanner__title { font-size: 64px; font-weight: bold; text-align: start; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); position: relative; z-index: 2; } @media (max-width: 991px) { /* Баннер */ .faqBanner { padding: 40px 20px; min-height: 400px; margin-bottom: 40px; } .faqBanner::before { font-size: 420px; right: 0; transform: translate(-10%, -50%); } .faqBanner__title { font-size: 48px; } } @media (max-width: 550px) { .faqBanner { padding: 20px 20px; min-height: 300px; margin-bottom: 40px; } .faqBanner::before { font-size: 320px; right: 0; transform: translate(-10%, -50%); } .faqBanner__title { font-size: 36px; } }