•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  

testify(r4 Blame)

r4
r4

(r2으로 되돌림)
1 * '''display: flex; align-items: center'''
2{{{#!wiki style="display: flex; align-items: center; flex-direction: row;"
3{{{#!wiki style="width: 150px; height: 300px; background-color: red;"
4Height: 300}}}{{{#!wiki style="width: 150px; height: 150px; background-color: blue;"
5Height: 150}}}}}}
6align-items가 적용되지 않는 문제점
7
8 * '''display: table-row'''
9{{{#!wiki style="display: table-row;"
10html에서는 table-row 스타일 속성이 나타나지 않음}}}