
<!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>
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap');
* {
font-family: 'Hanken Grotesk', sans-serif;
}
.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;
}
.bucket {
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>
<link rel="stylesheet" type="text/css"
href="https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/bucketList/sparta-bucket2.css">`
</head>
<body class="bg center">
<h1 class="title">2023 신년 계획 </h1>
<p class="msg"> OKR 바로 성공 시킨다!! 나는 뭐든지 다 할 수 있다</p>
<div class="row flex-row wrap">
<div class="bucket img1 center"> 1 </div>
<div class="bucket img2 center"> 2 </div>
<div class="bucket img2 center"> 3 </div>
<div class="bucket img1 center"> 4 </div>
<div class="bucket img1 center"> 5 </div>
<div class="bucket img2 center"> 6 </div>
<div class="bucket img2 center"> 7 </div>
<div class="bucket img1 center"> 8 </div>
</div>
</body>
</html>
ㅡㅡㅡㅡㅡㅡㅡ
위에 있는게 코딩이 다 된 상태인데,
