/
devigor
/
FirstProject
Обзор
Документация
Войти
/
devigor
/
FirstProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/components/_progress.css
55 строк
889 B
devigor
upload files
17 ноя 2025, 08:24
17 ноя 2025, 08:24
0bab7d6
Код
Авторство
О чём код?
.process__content { width: 100%; flex-direction: column; align-items: center; padding-top: 100px; } .process__header { text-align: center; margin-bottom: 47px; } .process__title-small { font-size: 14px; line-height: 143%; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-color); margin-bottom: 13px; } .process__title-big { font-size: 39px; line-height: 108%; text-align: center; color: var(--text-header-color); } .process__steps { width: 100%; justify-content: space-around; padding-bottom: 105px; } .step { flex-direction: column; align-items: center; } .step__heading { font-size: 17px; line-height: 153%; text-align: center; color: var(--text-paragraph-color); margin-top: 15px; margin-bottom: 10px; } .step__description { font-size: 15px; line-height: 160%; text-align: center; color: var(--text-color); max-width: 285px; }