/
Olysha
/
Proekt
Обзор
Документация
Войти
/
Olysha
/
Proekt
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
static/style.css
91 строка
1 KB
Ольга
first_commit
26 июн 2026, 18:07
26 июн 2026, 18:07
3222b39
Код
Авторство
О чём код?
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; background: #f4f6f8; } .container { max-width: 700px; margin: 2rem auto; padding: 2rem; background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } h1 { color: #333; margin-bottom: 1.5rem; text-align: center; } form { display: flex; gap: 0.5rem; margin-bottom: 2rem; } form input { flex: 1; padding: 0.7rem; border: 1px solid #ddd; border-radius: 6px; } form button { padding: 0.7rem 1.5rem; background: #28a745; color: white; border: none; border-radius: 6px; cursor: pointer; } form button:hover { background: #218838; } ul { list-style: none; } li { display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0; border-bottom: 1px solid #eee; } li:last-child { border-bottom: none; } .completed { text-decoration: line-through; color: #888; } .actions { display: flex; gap: 0.8rem; } .actions a { text-decoration: none; color: #007bff; font-size: 0.9rem; } .actions a:hover { text-decoration: underline; } .actions .delete { color: #dc3545; }