/
devigor
/
FirstProject
Обзор
Документация
Войти
/
devigor
/
FirstProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/components/_section-template.css
61 строка
1 KB
devigor
upload files
17 ноя 2025, 08:24
17 ноя 2025, 08:24
0bab7d6
Код
Авторство
О чём код?
/* & начало третьей пятой и седьмой секции */ .section-template { position: relative; padding-top: 300px; padding-bottom: 300px; } .section-template__background { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; justify-content: flex-end; align-items: center; } .section-one .section-template__background { background-image: url(../../images/reading-house-img.jpg); } .section-two .section-template__background { background-image: url(../../images/barble-staircase-img.jpg); } .section-three .section-template__background { background-image: url(../../images/staircase-img.jpg); justify-content: flex-start; } .section-template__content { flex-direction: column; align-items:flex-start; margin-right: 75px; } .section-three .section-template__content { margin-left: 75px; } .section-template__title { font-size: 14px; line-height: 143%; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-paragraph-color); } .section-template__description { font-size: 16px; line-height: 150%; color: var(--text-color); max-width: 285px; } /* & конец третьей пятой и седьмой секции */