https://www.youtube.com/watch?v=7neASrWEFEM 해당 유튜브 영상을 정리한 것 입니다. 기본 1 2 3 4 5 6 7 8 9 10 .container { background: beige; height: 100vh; } .item1 { background: #ef9a9a; } .item2 { background: #f48fb1; } .item3 { background: #ce93d8; } .item4 { background: #b39ddb; } .item5 { background: #90caf9; } .item6 { background: #a5d6a7; } .item7 { background: #e6ee9c; } .item8 { background: #fff59d; } .it..