/
dea8eat
/
docker-compose-git
Обзор
Документация
Войти
/
dea8eat
/
docker-compose-git
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/src/style.css
49 строк
858 B
dea8eat
Init commit: Docker compose project
26 июн 2026, 17:59
26 июн 2026, 17:59
e515fe4
Код
Авторство
О чём код?
body { font-family: Arial, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; min-height: 100vh; } .container { background: white; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); text-align: center; max-width: 500px; } h1 { color: #333; margin-bottom: 20px; } p { color: #666; font-size: 18px; margin: 20px 0; padding: 15px; background: #f5f5f5; border-radius: 10px; } button { background: #667eea; color: white; border: none; padding: 12px 30px; border-radius: 25px; font-size: 16px; cursor: pointer; transition: all 0.3s; } button:hover { background: #764ba2; transform: scale(1.05); }