cfmgrv4/public/css/front/login.css
2024-10-09 16:59:52 +09:00

16 lines
309 B
CSS

.login-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 400px;
height: 400px;
overflow-y: auto;
/* 추가된 스타일 */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* border: 1px solid red; */
}