body{
width:100%;
height:100vh;
}
.modal{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
'CSS > learned_it_today' 카테고리의 다른 글
position:fix인 배너 bottom:0(모바일) -> top:0(데스크탑)으로 갈 때 (0) | 2020.10.23 |
---|---|
position:absolute;의 기준점 부모는 position:static만 아니면 된다. (0) | 2020.10.22 |
input, button 못생긴 테두리 없애기 (0) | 2020.10.22 |
position:absolute인 요소를 수직 정중앙에 배치하기 (0) | 2020.10.22 |
부모 요소(element) 속 이미지 크기 맞추기 (1) | 2020.10.22 |