
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
타이틀을 빨간색 의로 할여하는데 안 바뀌저

작성한 코드 및 에러 메세지
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> <!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>2023년 버킷리스트</title>
<style>
.titie {
color: wheat;
backgroun d-color: tomato;
}
.bg {
width: 360px;
background-image : url("https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/bucketList/bg-grid.png");
}
</style>
</head>
<body class ="bg">
<h1 class="tittie">2023 신년계획</h1>
<P class="tittie">올해는 모두 지키자!!</P>
<div class="row">
<div class="bocket im1">공부 열심히 하기!!</div>
<div class="bocket im2">코딩 공부 열심히 하기!!</div>
<div class="bocket im1">공부 열심히 하기!!</div>
<div class="bocket im2" >공부 열심히 하기!!</div>
<div class="bocket im1">공부 열심히 하기!!</div>
</div>
</body>
</html>
