/
devigor
/
FirstProject
Обзор
Документация
Войти
/
devigor
/
FirstProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/components/_footer.css
30 строк
401 B
devigor
upload files
17 ноя 2025, 08:24
17 ноя 2025, 08:24
0bab7d6
Код
Авторство
О чём код?
.footer { padding-top: 65px; padding-bottom: 60px; } .footer__container { justify-content: space-between; align-items: flex-end; } .footer__logo { margin-bottom: 20px; } .footer__powered { font-size: 14px; line-height: 143%; color: var(--text-color); } .footer__rights { font-size: 14px; line-height: 143%; color: var(--text-color); } .footer__nav-list { display: flex; gap: 20px; }