[CSS 프로젝트] Website Clone Project_메인섹션 ~4 (DAY 13, 14)

코딩기록·2024년 10월 25일

[Project Overview]

  • The objective of this project is to clone the HTML and CSS of the Genesis website.
  • Responsive design for mobile devices is not be considered.
  • I'm in charge of cloning the 'Experiences(체험)" page of the website.
  • You can refer to the below github repository to see the final result. I'm in charge of 'space.html'
    -https://github.com/mjkim41/genesis-web-clone

[Key Observations I Made During the Project]

  1. 아래 구현하는 법 !
  • 1 : 부모요소 display: flex; + 자식요소 각각 flex: 1
  • 2 :
    1) 각 파란박스를 만들고, 부모요소에 display: flex; + flex-direction: column;
    2) 각 파란박스에, display: flex; + align-self: left/center/right

0개의 댓글