커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
강의보고 잘따라가다가 어느순간 html이 저장해도 바뀌지 않아요
undefined주차
북마크
이*솔
댓글
3
추천
0
조회수
4
조회수
4
답변 완료

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

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


css 연습하기(2) 중에 3분대에

구역지정하고 가운데로 옮기기 위해

구역지정 후 일단 눈에 보이기 좋기 위해 wrap으로 calss 지정 후 style에서 background-color를 바꾸고 저장을 눌렀는데

아무리 눌러도 바뀌지 않아요

그래서 선생님 코드랑 비교해봤는데도 똑같거든요? 그 전까지는 동일하게 따라갔아요


직전에 선생님이 주신 꿀팁으로 정렬하려고 shift + alt + f 누른거 말고는 따른게 한게 없어요!

처음에 실수로 shift 대신 ctrl을 누른게 문제가 있었을까요?



스파르타 즉문즉답





작성한 코드 및 에러 메세지

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

    <title>Document</title>

    <style>

        .mytitle {

            background-color: rgb(61, 139, 113);

            width: 300px;

            height: 200px;

            border-radius: 10px;

            color: white;

            text-align: center;


            padding-top: 50px;


            background-image: url(https://www.ancient-origins.net/sites/default/files/field/image/Agesilaus-II-cover.jpg);

            background-position: center;

            background-size: cover;

        }

        .wrap {

            background-color: aquamarine;

        }

    </style>

</head>


<body>

    <div calss="wrap">

        <div class="mytitle">

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

            <h5>아이디, 비밀번호를 입력하세요</h5>

        </div>

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

        <P>PW : <input type="text" /></P>

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

    </div>

</body>


</html>




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