/
Yuramba
/
Task2.PWA-Yuramba
Обзор
Документация
Войти
/
Yuramba
/
Task2.PWA-Yuramba
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
style.css
60 строк
846 B
dybichev Yuriy
first_commit
13 ноя 2025, 01:33
13 ноя 2025, 01:33
27cb2f3
Код
Авторство
О чём код?
body { font-family: system-ui, sans-serif; background: #f0f4f8; margin: 0; padding: 1.5em; color: #333; } header { text-align: center; background: #1976d2; color: white; padding: 1em; border-radius: 10px; } main { max-width: 400px; margin: 20px auto; background: white; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px #ccc; } input { width: calc(100% - 12px); padding: 6px; margin: 5px 0; font-size: 1em; } button { margin: 5px; padding: 6px 10px; border: none; border-radius: 5px; background: #1976d2; color: white; cursor: pointer; } button:hover { background: #125ba1; } ul { list-style: none; padding: 0; } li { background: #e8f0fe; margin: 5px 0; padding: 6px; border-radius: 5px; display: flex; justify-content: space-between; align-items: center; }