/
qewryt
/
Notes_app
Обзор
Документация
Войти
/
qewryt
/
Notes_app
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
notes-app/style.css
50 строк
755 B
qewryt
create: index.html, index.txt, script.js, script.txt, style.css, style.txt
18 май 2026, 12:55
Верифицирован
18 май 2026, 12:55
70e12f9
Код
Авторство
О чём код?
body { font-family: Arial, sans-serif; background: #f4f6f8; display: flex; justify-content: center; margin-top: 50px; } .container { background: white; padding: 20px; width: 400px; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); } h1 { text-align: center; } .input-area { display: flex; gap: 10px; } input { flex: 1; padding: 8px; } button { padding: 8px 12px; cursor: pointer; } li { margin-top: 10px; background: #eef1f4; padding: 10px; display: flex; justify-content: space-between; border-radius: 5px; } .delete { background: red; color: white; border: none; cursor: pointer; }