728x90 300x250 SMALL align-content1 css flex 코딩 align-content align-content flex-wrap:wrap:을 설정해서 여러 줄이 되었을 때 수직 방향을 정렬하는 속성입니다. stretch .container { display: flex; flex-wrap: wrap; align-content: stretch; height: 100vh; background: gainsboro; } flex-start .container { display: flex; flex-wrap: wrap; align-content: flex-start; height: 100vh; background: gainsboro; } flex-end .container { display: flex; flex-wrap: wrap; align-content: flex-end; height: 100v.. 2021. 11. 3. 이전 1 다음 728x90 반응형 LIST