/
Maxdev
/
Wbbstatstest
Обзор
Документация
Войти
/
Maxdev
/
Wbbstatstest
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
static
styles.css
27 строк
377 B
Maxdev
upload files
05 мар 2025, 03:07
05 мар 2025, 03:07
526e4c2
Код
Авторство
О чём код?
body { font-family: Arial, sans-serif; margin: 20px; } h1 { color: #333; } form { margin-top: 20px; } label { display: block; margin-bottom: 5px; } input { margin-bottom: 10px; } button { padding: 10px 20px; background-color: #007BFF; color: white; border: none; cursor: pointer; } button:hover { background-color: #0056b3; }