커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
배경이미지
undefined주차
북마크
공*영
댓글
1
추천
0
조회수
16
조회수
16
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.



뒤에 배경은 어디서 바꾸나요?


<!DOCTYPE html>

<html lang="en">


<head>

 <meta charset="UTF-8">

 <meta http-equiv="X-UA-Compatible" content="IE=edge">

 <meta name="viewport" content="width=device-width, initial-scale=1.0">

 <!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->

 <title>코딩으로 보름달에 소원 보내기</title>

 <link rel="stylesheet"

  href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />

 <link rel="stylesheet"

  href="https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/monthlycoding/2309_moonwish/wish.css">

 <script src="https://code.jquery.com/jquery-3.7.0.js" integrity="sha256-JlqSTELeR4TLqP0OG9dxM7yDPqX1ox/HfgiSLBj8+kM="

  crossorigin="anonymous"></script>

 <script

  src="https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/monthlycoding/2309_moonwish/wish.js"></script>


 <style>

  @import url('https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap'): * {

   font-family: "Gamja Flower", sans-serif !important;

  }


  .back {

   background-image: url("복.png");

  }

 </style>

</head>


<body>

 <!-- 클래스 이름 채우기 : 전체 뼈대 감싸기 -->

 <div class="wrap">

  <!-- 클래스 이름 채우기 : 양끝 세로 정렬 -->

  <div class="item-between">

   <h2>☆★ 2024 소원 보내기 ★☆</h2>

   <!-- 클래스 이름 채우기 : 가운데 세로 정렬 -->

   <div id="subtitles" class="item-center">

    <div>내 마음을 담아 소원을 빌어보세요:)</div>

    <div> #청룡 #설날 #복 #떡국 #까치 </div>

   </div>

   <!-- 클래스 이름 채우기 : 달 외부 뼈대 -->

   <div class="moon">

    <!-- 클래스 이름 채우기 : 달 이미지 -->

    <div class="front"></div>

    <!-- 클래스 이름 채우기 : 얼굴 이미지 -->

    <div class="back"></div>

   </div>

   <!-- 클래스 이름 채우기 : 가운데 세로 정렬 -->

   <div class="item-center">

    <button id="hub-link" target="_blank"> 지금까지 빈 소원들

     보러가기</button>

    <!-- 클래스 이름 채우기 : 가로 정렬 -->

    <div id="msg-form" class="item-row">

     <!-- 클래스 이름 채우기 : 입력 공간 -->

     <input id="nickname" type="text" class="submit-input" style="width: 4rem; margin-right: 0.5rem;"

      placeholder="닉네임" required>

     <!-- 클래스 이름 채우기 : 소원빌기 버튼 -->

     <button id="submit-btn" class="submit-btn" onclick="sendMessage()">소원빌기</button>

    </div>

    <div>

     <!-- 클래스 이름 채우기 : 입력 공간 -->

     <textarea id="message" type="text" class="submit-input" placeholder="소원을 달에 보내주세요" required></textarea>

    </div>

   </div>

  </div>

 </div>

 <!-- 클래스 이름 채우기 : 편지 -->

 <div class="letter"></div>




</body>


</html>









취소
 공유
취소
댓글 0
댓글 알림
나의얼굴