/
unluckattempt
/
Ruby_practice
Обзор
Документация
Войти
/
unluckattempt
/
Ruby_practice
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
public/style_groups_edit.css
7 строк
720 B
Rodion
Final work
01 июн 2026, 11:21
01 июн 2026, 11:21
cc864a9
Код
Авторство
О чём код?
body { font-family: Arial, sans-serif; max-width: 500px; margin: 40px auto; padding: 20px; background: #f4f4f9; } .form-container { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } label { display: block; margin-top: 15px; font-weight: bold; } input, textarea { width: 100%; padding: 10px; margin-top: 5px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; } button { margin-top: 20px; width: 100%; padding: 10px; background: #ffc107; color: black; border: none; border-radius: 4px; cursor: pointer; font-size: 16px; } button:hover { background: #e0a800; } a { display: block; text-align: center; margin-top: 15px; color: #6932eb; text-decoration: none; }