728x90 300x250 SMALL align-items: baseline;1 css flex코딩 align-items align-items 는 세로로 정렬하는 속성입니다. stretch(default값) .container{ display:flex; align-items: stretch; height:100vh; background: gainsboro; } end .container { display: flex; align-items: end; height: 100vh; } start .container { display: flex; align-items: start; height: 100vh; background: gainsboro; } center .container { display: flex; align-items: center; height: 100vh; background: gainsboro; } baseli.. 2021. 11. 2. 이전 1 다음 728x90 반응형 LIST