
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>지스의 포토폴리오 | HTML 기초</title>
<style>
*{
font-family: 'Gowun Dodum', sans-serif;
}
.myself{
background-color: aqua;
width: 700px;
height: 900px;
color: bisque;
font-size: 30px;
}
</style>
</head>
<body>
<dvi class="myself">
<h1>지스 포토폴리오</h1>
<button>지금 보러가기</button>
</dvi>
</body>
</html>
왜 네모가 저렇게 작게 나오는지 뭐가 잘못된건지 알고 싶습니다.
보고 계신

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