커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
화면 창이 보이지 않습니다
undefined주차
북마크
이*희
댓글
6
추천
0
조회수
11
조회수
11
답변 완료

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

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


1시간가량 기달려도 화면이 보이지 않습니다

코드는 같게 작성을 하였는데 문제 22개로 :,}이런것들에 빨간줄이 나와있더라구요

이유를 알수있을까요?



스파르타 즉문즉답스파르타 즉문즉답




<!DOCTYPE html>
<html>
    <head>
        <meta property="og:title" content="르탄이 - 프로필 링크" />
        <meta property="og:description" content="어서와 코딩은 처음이지?" />
        <meta property="og:image" content="공유할 이미지" />
        <script type = "text/javascript" src  ="https://s3.ap"
        <title>르탄이 - 프로필 링크</title>

        <style>
            @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
        * {
        font-family: "Pretendard",serif;
}
       body {
        background-color: #44398A;
}
    .profile {
    width: 100px;
    height: 100px;

    border-radius: 100%; //원

    border : 2px solid white; //테두리

    background-image: url('알라코_앞옆뒤.jpg');
    background-position: center;
    background-size: cover;

}
.main {
    color: white;
    font-size: 20px;

    margin top : 30px;
    margin bottom:10px;
}
.sub {
    color: white;
    font-size: 14px;

    margin top :0px
}
.wrap {
    width: 350px;
    margin: 30px auto 0px auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap > a {
    font-size: 14px;
    font-weight: bold;
    color: #44398A;

    background-color: white;
    border-radius: 8px;

    box-shadow: 3px 3px 5px 0px black;

    width: 300px;
    height: 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin-bottom: 10px;
    text-decoration: none;
} 
  .wrap > a:hover{
    background-color : #f2f2f2;

  } 
  <style>

    </head>
    <body>
        <div class="wrap">
    <div class="profile"></div>
    <h1>알라코</h1>
    <p>인생은 KIN거워</p>
    <a target="_blank" href="https://spartacodingclub.kr/">알라코</a>
    <a target="_blank" href="https://hanghae99.spartacodingclub.kr/">항해99</a>
    <a target="_blank" href="https://chang.spartacodingclub.kr/">창업 부트캠프 창</a>
    <a target="_blank" href="https://ddingdong.spartacodingclub.kr/">띵동코딩</a>
</div>
    </body>
</html>



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