Files
SAE-BUT2-frontend/src/pages/Login/LoginPage.module.css
T
2025-10-24 17:45:48 +02:00

16 lines
235 B
CSS

.container {
position: relative;
z-index: 2;
display: flex;
width: 600px;
overflow: hidden;
max-height: 80%;
justify-content: center;
align-items: center;
padding: 20px;
border-radius:12px;
}