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

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

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


바탕화면에 꽉 차야는데

작게 나오네요

스파르타 즉문즉답









<!DOCTYPE html>
<html lang="en">


<head>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    <title>나만의 동기부여 홈화면 만들기</title>


    <style>
        @import url('https://tse3.mm.bing.net/th?id=OIP.L2kLJ8MhENLZsGMsC1ENEQHaE8&pid=Api&P=0');


        * {
            font-family: 'Poppins', sans-serif;
        }


        body {
            background-image: url("https://tse3.mm.bing.net/th?id=OIP.L2kLJ8MhENLZsGMsC1ENEQHaE8&pid=Api&P=0");
            background-position: center;
            background-repeat:no-repeat;


            color: white;
        }


        .time {
            font-size: 80px;
            font-weight: bold;
        }


        .greeting {
            font-size: 50px;
        }


        .todo {
            font-size: 30px;
        }


        .author {
            font-size: 25px;
            font-style: italic;
        }
    </style>


    <script>
    </script>
</head>


<body>
    <div class="main">
        <div class="time">12:25</div>
        <div class="greeting">Hello, Migdracios!</div>
        <div class="todo">주 3회 운동하기</div>
    </div>
    <div class="quote">
        <div class="author">- 명언 저자 - </div>
        <div class="content">" 여기는 명언 내용이 들어갑니다! " </div>
    </div>
</body>


</html>
취소
 공유
취소
댓글 0
댓글 알림
나의얼굴