Java Script1 모달창 modal 띄우기(HTML, CSS, Java Script) 모달 창 열기 모달 창 모달 창 입니다. 모달 창 닫기 @charset "UTF-8"; #root { position: relative; } #modal { display: none; position:relative; width:100%; height:100%; z-index:1; } #modal h2 { margin:0; } #modal button { display:inline-block; width:100px; margin-left:calc(100% - 100px - 10px); } #modal .modal_content { width:300px; height: 100%; margin:100px auto; padding:20px 10px; background:#fff; border:2px solid.. 2023. 4. 25. 이전 1 다음