/
buvanenko
/
academy_top
Обзор
Документация
Войти
/
buvanenko
/
academy_top
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
style.css
10 строк
581 B
buvanenko
init
03 июл 2025, 18:54
03 июл 2025, 18:54
d3d61c2
Код
Авторство
О чём код?
body { font-family: sans-serif; margin: 0; padding: 20px; background: #f5f5f5; } header { font-size: 24px; text-align: center; margin-bottom: 20px; } .features { display: flex; justify-content: space-around; margin-bottom: 30px; } form { display: flex; gap: 10px; max-width: 400px; margin: 0 auto 30px; } input { flex: 1; padding: 10px; } button { padding: 10px 15px; background: #007BFF; color: white; border: none; cursor: pointer; } footer { text-align: center; color: #666; } @media (max-width: 600px) { .features { flex-direction: column; align-items: center; } }