/
maxxon
/
web-static-labs
Обзор
Документация
Войти
/
maxxon
/
web-static-labs
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
html/lab6/task6/style.css
78 строк
1 KB
Dasha_10
изменения
05 ноя 2025, 10:24
05 ноя 2025, 10:24
7d88f7e
Код
Авторство
О чём код?
body { font-family: Arial, sans-serif; background: linear-gradient(45deg, #ffcee7, #8bb4ff); margin: 0; padding: 20px 0; display: flex; justify-content: center; color: #3a3a3a; } .container { background-color: #fff0f7; border: 2px solid #6a94ff; border-radius: 12px; padding: 25px 30px; width: 320px; box-shadow: 0 6px 12px rgba(107, 101, 205, 0.2); text-align: left; } h1 { color: #4169e1; margin-bottom: 20px; text-align: center; } .field-group { margin-bottom: 15px; } .field-group label { display: block; font-weight: 600; margin-bottom: 6px; cursor: pointer; } .field-group input[type="text"], .field-group select { width: 100%; padding: 7px 9px; border: 1.5px solid #ff88bb; border-radius: 6px; font-size: 14px; box-sizing: border-box; } .field-group input[type="radio"], .field-group input[type="checkbox"] { margin-right: 6px; cursor: pointer; } .check-wrapper label { font-weight: 700; user-select: none; cursor: pointer; } .buttons { display: flex; justify-content: space-between; } button { background-color: #ff88bb; border: none; padding: 10px 18px; color: white; font-weight: bold; border-radius: 6px; cursor: pointer; transition: background-color 0.3s ease; } button:hover { background-color: #cc6699; }