/
developer_atatanoff
/
simple_auth_fastapi
Обзор
Документация
Войти
/
developer_atatanoff
/
simple_auth_fastapi
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
static/auth/css/logstyle.css
54 строки
878 B
Alexey N. Tatanoff
first_commit
28 ноя 2025, 13:12
28 ноя 2025, 13:12
40027ac
Код
Авторство
О чём код?
body { background-color: #f4f4f4; } .container { display: flex; justify-content: center; align-items: center; min-height: 100vh; } form { width: 300px; margin: 0 auto; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); background-color: white; } h1 { text-align: center; margin-bottom: 20px; } input[type="text"], input[type="password"] { width: 100%; height: 30px; font-size: 16px; font-weight: bold; border: 1px solid #ccc; border-radius: 5px; background-color: #fff; color: #333; padding: 10px; box-sizing: border-box; } button { width: 100%; height: 30px; font-size: 18px; font-weight: bold; border: none; background-color: #ffc107; color: #fff; cursor: pointer; border-radius: 5px; } .log-error { color: red; }