해당 책은 리디북스, 교보문고 등에서 무료로 다운로드 받으실 수 있습니다. 아래 링크에서 Notion으로 접속하셔서 보실 수도 있으니 참고 바랍니다. (단축 URL의 경우 서비스의 상태에 따라 접속이 안될 수도 있습니다.)PDF는 인쇄해서 교재로 사용 가능합니다. 별도의 허락을 구하시지 않으셔도 괜찮습니다.홈페이지 : flexngridcontainer { display: grid; grid-template-columns: repeat(10, 1fr); grid-template-rows: repeat(4, 1fr); row-gap: 16px; } .item1 { grid-area: 1/3/2/8; } .item2 { grid-area: 1/9/2/11; background-color: #FFF0E6; } .item3 { grid-area: 2/1/3/5; } .item4 { grid-area: 2/6/3/11; background-color: #FFF0E6; } .item5 { grid-area: 3/1/4/5; } .item6 { grid-area: 3/7/4/11; } .item7 { grid-area:https://flexngrid.com/Notion 링크 : https://paullabworkspace.notion.site/flex-grid-e5bdea43ba4f427990ff8666ea53ec56QR 코드 :PDF : 알잘딱깔센flex&grid.pdf31345.3KB