/
devigor
/
FirstProject
Обзор
Документация
Войти
/
devigor
/
FirstProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/components/_projects.css
81 строка
1 KB
devigor
upload files
17 ноя 2025, 08:24
17 ноя 2025, 08:24
0bab7d6
Код
Авторство
О чём код?
/* восьмая секция начало */ .projects { padding-top: 120px; padding-bottom: 100px; background-color: #f7f7f7; } .projects__header { margin-bottom: 40px; } .projects__title { font-size: 39px; line-height: 108%; color: var(--text-header-color); margin-bottom: 15px; } .projects__subtitle { font-size: 24px; line-height: 125%; color: var(--text-color); max-width: 581px; } .projects__items { justify-content: space-between; margin-bottom: 50px; } .projects__item { position: relative; width: 375px; height: 456px; overflow: hidden; } .projects__location, .projects__name{ position: absolute; top: 40px; left: -300px; font-size: 14px; line-height: 143%; letter-spacing: 0.14em; text-transform: uppercase; color: #645c55; } .projects__link { position: absolute; bottom: 40px; left: -300px; font-size: 16px; line-height: 150%; letter-spacing: 0.03em; color: #fff; } .projects__item .projects__name { font-weight: 400; font-size: 23px; line-height: 130%; color: #403e3b; top: 58px; } .projects__item:hover .projects__location, .projects__item:hover .projects__name, .projects__item:hover .projects__link { left: 40px; transition: .3s linear; } .projects__image { width: 100%; object-fit: cover; } .projects__more-link { text-align: center; } /* восьмая секция конец */