
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
버킷이미지 링크 복사해서 붙여넣었는데
저렇게 색깔만 채워져요ㅠㅠ

작성한 코드 및 에러 메세지
<title>2023년 버킷리스트</title>
<style>
.title {
color: white;
background-color: tomato;
font-size: 24px;
padding: 4px 14px;
border-radius: 8px;
}
.bg {
width: 360px;
background-image: url("https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/bucketList/bg-grid.png");
}
.msg {
font-weight: bold;
}
.buket {
width: 160px;
height: 160px;
}
.img1 {
background-image: url("https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/bucketList/bucket-red.png");
background-size: cover;
background-position: center;
}
.img2 {
background-image: url("https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/bucketList/bucket-lightred.png");
background-size: cover;
background-position: center;
}
</style>
</head>
<body class="bg">
<h1 class="title">2023 신년계획</h1>
<p class="msg">올해는 한번 해내보자!</p>
<div class="row">
<div class="bucket img1">토플 100점 이상</div>
<div class="bucket img2">토플 100점 이상</div>
<div class="bucket img2">토플 100점 이상</div>
<div class="bucket img1">토플 100점 이상</div>
<div class="bucket img1">토플 100점 이상</div>
<div class="bucket img2">토플 100점 이상</div>
</div>
</body>
</html>오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
