커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
네모박스 이미지가 적용이 안됩니다
undefined주차
북마크
장*진
댓글
1
추천
1
조회수
11
조회수
11
답변 완료

네모박스 이미지가 적용이 안됩니다.

그래서 다시 지웠다가 붙여넣기도 해봤는데 안돼서 질문해봅니다.


네모박스 이미지가 적용이 안되고 그냥 색칠만 되어있습니다...



스파르타 즉문즉답





작성한 코드 및 에러 메세지

<!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=Hahmlet:wght@400;500;600;700&display=swap');

        * {

            font-family: 'Hahmlet', serif;

        }

        .title {

            color: white;

            background-color: skyblue;

            font-size: 24px0;

            padding: 8px 16px;

            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;

        }


        .backet {

            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">올해는 열심히 살아서 꼭 지키자!</p>

    <div class="row flex-fow wrap">

        <div class="bucket img1 center">살 뺴기</div>

        <div class="bucket img2 center">살 빼기</div>

        <div class="bucket img2 center">살 빼기</div>

        <div class="bucket img1 center">살 빼기</div>

        <div class="bucket img1 center">살 뺴기</div>

        <div class="bucket img2 center">살 빼기</div>

    </div>


</body>


</html>



취소
 공유
취소
댓글 0
댓글 알림
나의얼굴