티스토리 뷰
.layer_bg {
display: none;
position: fixed;
left: 0; top: 0;
z-index: 900;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.8);
}
.layer {
display: none;
position: relative;
z-index: 1000;
left: 25vw; top: -70vh;
width: 50vw;
height: 50vh;
border: 3px solid #000;
background: #fff;
}
.layer p {
padding: 30px;
text-align: left;
line-height: 1.6;
font-size: 16px;
}
.layer h2 {
padding: 20px;
color: #000;
}
.layer .close {
position: absolute;
bottom: 20px;
right: 20px;
}
'CSS' 카테고리의 다른 글
CSS 속성 : display:flex 플렉스 속성 (0) | 2022.04.17 |
---|---|
CSS 속성 display:flex 플렉스 속성 (0) | 2022.04.17 |
탭메뉴 있는 [팝업] : 맥 CSS 만들기 (0) | 2022.04.17 |
CSS 셋팅 - 폰트 font 설정 (0) | 2022.04.17 |
CSS 셋팅 - reset 설정 : 태그의 기본값 초기화 (0) | 2022.04.17 |
댓글
© 2018 webstoryboy