[TIL] 2023/10/20 JS 모달 중앙 고정 TIL

김민재·2023년 10월 20일
0

TIL

목록 보기
23/172

.modalContainer {
display: none;
position: fixed; // 스크롤에 따라 움직이지 않기
top: 50%;
left: 50%;
transform: translate(-50%, -50%); // 정중앙 위치
background-color: white;
width: 30%;
height: 500px;
border-radius: 10px;
}

profile
개발 경험치 쌓는 곳

0개의 댓글

관련 채용 정보