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