커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
똑같이 작성했는데화면에 다르게 나옵니다ㅜㅜ
undefined주차
북마크
권*홍
댓글
13
추천
0
조회수
18
조회수
18
답변 완료



똑같이 작성했는데화면에 다르게 나옵니다ㅜㅜ


보고 계신 화면

스파르타 즉문즉답스파르타 즉문즉답

전체를 캡처해 주시면, 튜터님들이 빠르게 상황을 상황을 이해할 수 있어요.




작성한 코드 및 에러 메세지

<!DOCTYPE html>

<html lang="en">


<head>

    <meta charset="UTF-8">

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

    <title>스파르타코딩클럽 | 로그인페이지</title>

        <style>

            .mytitle {

                background-image: url('https://static.spartacodingclub.kr/media/main_carousel/1kq0i51tuqc2kfzp.png');

                background-position: center;

                background-size: cover;

                width: 300px;

                height: 250px;

                border-radius: 10px;

                color: white;

       

                display: flex;

                flex-direction: column;

                justify-content: center;

                align-items: center;

            }

        .wrap {

            margin: 10px auto;

            width: 300px;

        }

        </style>

</head>


<body>

        <div class="wrap">

                <div class="mytitle">

                    <h1>로그인 페이지</h1>

                    <h3>코딩의 시작, 띵동코딩</h3>

            </div>

            <p> ID : <input type="text"></p>

            <p> PW : <input type="password"></p>

            <button>로그인하기</button>

        </div>

</body>


</html>




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