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