커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
스스로 해결
신년계획 꾸미기에서 막혔습니당...
undefined주차
북마크
김*성
댓글
1
추천
0
조회수
23
조회수
23
스스로 해결

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.


아래의 버킷리스트 상자 상하좌우로 여백이 왜 안 나올까요.../?


스파르타 즉문즉답




작성한 코드 및 에러 메세지

오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.


<!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>Moom's 2023 Focus Board</title>

    <style>

        @import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@300;400;700&display=swap');


        * {

            font-family: 'Gaegu', cursive;

        }


        .title {

            color: white;

            background-color: pink;

            font-size: 24px;

            padding: 4px 14px;

            border-radius: 8px;

            font-weight: 600;

        }


        .bg {

            width: 360px;

            background-image: url("https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/bucketList/bg-grid.png");

        }


        .msg {

            font-weight: bold;

            margin: -5px 0 15px;

        }


        .List {

            width: 160px;

            height: 160px;

            background-size: cover;

            background-position: center;

        }


        .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 Focus Board</h1>

    <p class="msg">완벽주의 말고 완성주의!</p>

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

        <div class="List img1 center">비즈니스 영어 타파하기</div>

        <div class="List img2 center">비즈니스 영어 타파하기</div>

        <div class="List img2 center">비즈니스 영어 타파하기</div>

        <div class="List img1 center">비즈니스 영어 타파하기</div>

        <div class="List img1 center">비즈니스 영어 타파하기</div>

        <div class="List img2 center">비즈니스 영어 타파하기</div>

    </div>


</body>


</html><!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>Moom's 2023 Focus Board</title>

    <style>

        @import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@300;400;700&display=swap');


        * {

            font-family: 'Gaegu', cursive;

        }


        .title {

            color: white;

            background-color: pink;

            font-size: 24px;

            padding: 4px 14px;

            border-radius: 8px;

            font-weight: 600;

        }


        .bg {

            width: 360px;

            background-image: url("https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/bucketList/bg-grid.png");

        }


        .msg {

            font-weight: bold;

            margin: -5px 0 15px;

        }


        .List {

            width: 160px;

            height: 160px;

            background-size: cover;

            background-position: center;

        }


        .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 Focus Board</h1>

    <p class="msg">완벽주의 말고 완성주의!</p>

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

        <div class="List img1 center">비즈니스 영어 타파하기</div>

        <div class="List img2 center">비즈니스 영어 타파하기</div>

        <div class="List img2 center">비즈니스 영어 타파하기</div>

        <div class="List img1 center">비즈니스 영어 타파하기</div>

        <div class="List img1 center">비즈니스 영어 타파하기</div>

        <div class="List img2 center">비즈니스 영어 타파하기</div>

    </div>


</body>


</html>


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