/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/css/php-507-156-018/main.css
35 строк
546 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
.search-form { display: flex; justify-content: center; margin: 2rem 0; } .search-container { display: flex; width: 100%; max-width: 500px; border: 1px solid #ccc; border-radius: 24px; overflow: hidden; } .search-container input { flex: 1; padding: 0.75rem 1rem; border: none; font-size: 1rem; outline: none; } .search-container button { background: #007bff; color: white; border: none; padding: 0 1.25rem; cursor: pointer; font-size: 1.1rem; } .search-container button:hover { background: #0056b3; }