커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
한 코딩 전부올려라고 하셔서 전부 올려요.
undefined주차
북마크
김*호
댓글
4
추천
0
조회수
10
조회수
10
답변 완료

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

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


센터로 보내는법 좀 알려주세요.







<!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">

  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

  <title>현호 사이트</title>


  <style>

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');


    * {

      font-family: 'Poppins', sans-serif;

    }


    body {

      background-image: url("https://search.pstatic.net/sunny/?src=https%3A%2F%2Fi.pinimg.com%2F736x%2Fd6%2Fea%2F44%2Fd6ea44f2098bb793f599f9b233d767a6.jpg&type=sc960_832");

      background-position: center;


      color: white;

    }


    .time {

      font-size: 100px;

      font-weight: bold;


    }


.greeting {

  font-size: 80px;

}

    

.todo {

  font-size: 30px;

}


.author {

  font-size: 25px;

  font-style: italic;

}


.main {

  width: 100vw;

  height: 80vh;


  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;


}

  </style>


  <script>

  </script>

</head>


<body>

  <div class="main"></div>

  <div class="time">12:00 </div>

  <div class="greeting">하이 </div>

  <div class="todo">운동하기</div>

  </div>

  <div class="quote">

  <div class="author">명언의 저자</div>

  <div class="content">명언의 내용</div>

  </div>

</body>


</html>

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