Notice
Recent Posts
Recent Comments
Link
«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

개발공부일지

클론코딩 2 - review 영역 본문

Clone Coding

클론코딩 2 - review 영역

보람- 2023. 6. 20. 14:57

경일게임아카데미 intro페이지 중 review 영역 클론코딩하기

 

https://www.kiweb.or.kr/intro

 

경일게임아카데미

현장과 가장 닮아있는 교육을 목표로 합니다. 경일만의 후끈한🔥 관리를 받아보세요. 우리는 취업에 진심입니다. 현장과 가장 닮아있는 교육을 목표로 합니다. 경일만의 후끈한🔥 관리를 받아

www.kiweb.or.kr

 

 

실습코드

 

더보기

 

<html lang="ko">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>경일 게임 아카데미</title>
    <link rel="stylesheet" href="public/index.css" />
    <link rel="stylesheet" href="public/header.css" />
    <link rel="stylesheet" href="public/review.css" />
  </head>
  <body>
    <div id="root">
      <div id="header">
        <div class="container">
          <div class="logo">
            <a href="#">
              <img src="public/imgs/ki_logo_white.png" alt="로고"
            /></a>
          </div>
          <div class="text">
            <h1>개발자 취업,<br />그 이상의 가치를 만들다!</h1>
            <p>
              능력으로 인정 받는 슈퍼신입으로 만들어드립니다.<br />왕초보여도
              상관없어요.<br />제대로 하겠다는 마음만 가지고 오세요!
            </p>
          </div>
          <div class="buttons">
            <div class="bootcamp">
              <button>게임 부트캠프</button>
              <p>#유니티3D #언리얼 #기획 #그래픽 #프로그래밍</p>
            </div>
            <div class="develrocket">
              <button>디벨로켓 4.0</button>
              <p>#메타버스기획 #메타버스개발 #블록체인 #가상증강 #웹개발</p>
            </div>
          </div>
        </div>
      </div>
      <div id="why"></div>
      <div id="review">
        <h1>KYUNGIL REVIEW</h1>
        <h2>여러분 선배들의 생생한 수강후기를 확인해보세요</h2>
        <div class="reviews">
          <div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>비전공자인 저도 했습니다.<br />모두 취업하세요!</p>
                <p>플밍35기 이지우</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>6개월이라는 짧지만 긴 시간이<br />아깝지 않았어요.</p>
                <p>플밍35기 이지우</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>비전공자인 저도 했습니다.<br />모두 취업하세요!</p>
                <p>플밍35기 최윤화</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>처음엔 걱정했지만 많이<br />배웠고 취업까지했어요</p>
                <p>플밍35기 권기석</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>포기하지 않으면 누구나 <br />성공할 수 있습니다.</p>
                <p>플밍35기 박유진</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>비전공자인 저도 했습니다.<br />모두 취업하세요!</p>
                <p>플밍35기 이지우</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>비전공자인 저도 했습니다.<br />모두 취업하세요!</p>
                <p>플밍35기 이지우</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>6개월이라는 짧지만 긴 시간이<br />아깝지 않았어요.</p>
                <p>플밍35기 이지우</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>비전공자인 저도 했습니다.<br />모두 취업하세요!</p>
                <p>플밍35기 최윤화</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>처음엔 걱정했지만 많이<br />배웠고 취업까지했어요</p>
                <p>플밍35기 권기석</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>포기하지 않으면 누구나 <br />성공할 수 있습니다.</p>
                <p>플밍35기 박유진</p>
                <div class="picture"></div>
              </div>
            </div>
            <div class="item">
              <img src="public/imgs/speech_bg.png" alt="" />
              <div>
                <img src="public/imgs/review_star5.png" alt="" />
                <p>비전공자인 저도 했습니다.<br />모두 취업하세요!</p>
                <p>플밍35기 이지우</p>
                <div class="picture"></div>
              </div>
            </div>
          </div>
        </div>
        <button>더보기</button>
      </div>
      <div id="interior"></div>
      <div id="curriculum"></div>
      <div id="apply"></div>
      <div id="guide"></div>
      <div id="map"></div>
    </div>
  </body>
</html>

 


 오늘의 포인트와 남겨두기 ★

 

※ html은 구조뿐이라서 흐름을 잘 생각해야한다!!

※ 컨텐츠를 가운데에 배치할때 display:block; margain:auto;

※ :nth-child(3)는 3번째 자식을 나타냄

background : linear-gradient()를 사용하여 화면 양쪽끝에 rgba()값을 넣어 불투명하게 할수있다

position:absolute;은 부모와 자식 크기와 너비 간격에 자유롭기 때문에 사용할때는 부모에 position을 있어야한다.

translateX() 가로, translateY() 세로

::after는 자식을 css에 추가한다는 의미, 사용할때는 content:" "; 를 넣어주어야한다.

 

 

*** 앞으로 백엔드, 서버를 배우고 블록체인까지 배워 개발자가 되는 그날까지 화이팅!!!!!!!!!!