/
prost0nekit
/
MyMail
Обзор
Документация
Войти
/
prost0nekit
/
MyMail
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/index2.css
87 строк
1 KB
cxlevi
Initial commit — MyMail project
09 июн 2026, 17:14
09 июн 2026, 17:14
9e6cd7e
Код
Авторство
О чём код?
.reg-container { display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 20px; box-sizing: border-box; } .reg-card { background-color: rgb(205, 195, 195); border-radius: 15px; padding: 40px; width: 100%; max-width: 500px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .reg-title { text-align: center; font-size: 24px; font-weight: bold; margin-bottom: 30px; color: #333; } .reg-form { display: flex; flex-direction: column; align-items: center; gap: 15px; } .reg-input { width: 100%; max-width: 350px; padding: 10px 15px; border: none; border-radius: 4px; background-color: white; font-size: 14px; } .reg-btn { margin-top: 10px; padding: 12px 40px; border: none; border-radius: 20px; background-color: white; font-size: 16px; cursor: pointer; transition: all 0.3s; } .reg-btn:hover { background-color: #f0f0f0; box-shadow: 0 4px 12px rgba(0,0,0,0.15); transform: translateY(-2px); } .reg-btn:disabled { opacity: 0.6; cursor: not-allowed; } .reg-link { color: #666; text-decoration: underline; font-size: 14px; margin-top: 10px; } .reg-link:hover { color: #333; } .reg-error { background-color: #f8d7da; color: #721c24; padding: 10px; border-radius: 4px; margin-bottom: 15px; width: 100%; max-width: 350px; text-align: center; }