/
devigor
/
FirstProject
Обзор
Документация
Войти
/
devigor
/
FirstProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/_overall.css
64 строки
1 KB
devigor
upload files
17 ноя 2025, 08:24
17 ноя 2025, 08:24
0bab7d6
Код
Авторство
О чём код?
/* общие стили для всего сайта */ body { font-family: 'poppinsregular',sans-serif; font-weight: 400; } .site-container { max-width: 1440px; margin: 0 auto; overflow: hidden; } .container { max-width: 1168px; margin: 0 auto; } .flex { display: flex; } /* сброс для кнопки */ .btn-reset { border: none; background-color: transparent; cursor: pointer; padding: 0; } /* нащша кнопка */ .btn { font-size: 16px; line-height: 150%; letter-spacing: 0.03em; color: var(--white-color); border-radius: 14px; background-color: var(--text-header-color); padding: 11px 20px; } /* убираем крестик из input */ input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration { display: none; } /* общий заголовок на всех секциях */ /* .section-title { font-weight: 700; font-size: 64px; line-height: 125%; color: var(--dark-color); } */ /* .section-title--center { text-align: center; max-width: none; } */