/
sensetiw
/
Bot
Обзор
Документация
Войти
/
sensetiw
/
Bot
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Frontend/style.css
30 строк
504 B
sensetiw
create Frontend/style.css
06 мар 2025, 09:22
06 мар 2025, 09:22
af86510
Код
Авторство
О чём код?
body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; background-color: #f4f4f4; } .container { text-align: center; background: white; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } input, select, button { display: block; width: 100%; margin: 10px 0; padding: 10px; } button { background: blue; color: white; border: none; cursor: pointer; }