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

        <style>

            body {

                background-clolor: #030013;

            }

        </style>

이런 식으로 코드 작성 해봤는데, 배경색이 알깔리네요..


보고 계신 화면 전체를 캡

스파르타 즉문즉답


스파르타 즉문즉답

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




작성한 코드 및 에러 메세지

<!DOCTYPE html>

<html>

    <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 property="og:title" content="르탄이 - 프로필 링크" />

        <meta property="og:description" content="어서와 코딩은 처음이지?" />

        <meta property="og:image" content="공유할 이미지" />

        <title>르탄이 - 프로필 링크</title>

        <style>

            body {

                background-clolor: #030013;

            }

            .profile {

                width: 100px;

                height: 100px;


                background-color: #030013;

                border-radius: 100%;

            }

        </style>

    </head>

    <body>

        <div class="profile"></div>

    </body>

</html>




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