
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
강의 1-6보면서 따라했는데 배경색이 안나타나요. ㅠㅠ

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>상품 목록 페이지</title>
<style>
. mytitle {
background-color : green;
}
</style>
</head>
<body>
<div class = "mytitle">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaibQB_2WttGxRhPLom5uYGyjrDE0it9c2nQ&usqp=CAU"/>
<h1>나만의 와인은 ? </h1>
</div>
<button> 추천내용 평가 기록지</button>
<p><input type="text"/></p>
<p></p><a href="https://www.winenara.com/shop/product/product_lists?sh_category1_cd=10000&sh_category2_cd=10100"> 매장사이트 </a></p>
</body>
</html>
