UserWiki:Yuc: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
3번째 줄: 3번째 줄:
     <meta charset="UTF-8">
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>공지 팝업</title>
     <title>왜1번뜨고다시안뜨는거노</title>
     <style>
     <style>
         /* 팝업 배경 */
         /* 팝업 배경 */
38번째 줄: 38번째 줄:
             display: inline-block;
             display: inline-block;
             margin-top: 20px;
             margin-top: 20px;
             background: #f44336;
             background: #007BFF;
             color: white;
             color: white;
             border: none;
             border: none;
47번째 줄: 47번째 줄:
         }
         }
         .close-btn:hover {
         .close-btn:hover {
             background: #d32f2f;
             background: #007BFF;
         }
         }


88번째 줄: 88번째 줄:
         };
         };


         // 팝업 닫기
         // 팝업 닫기 <-- 얘 왜 색갈 원상복귀됨?
         function closePopup() {
         function closePopup() {
             const popup = document.getElementById("popup");
             const popup = document.getElementById("popup");

2024년 12월 9일 (월) 23:40 판

왜1번뜨고다시안뜨는거노