Skip to content
On this page

css flex 2 컬럼 나누기

플렉스로 2 컬럼 나누기

css
ol { display:flex; flex-wrap:wrap; flex-direction:row; max-height: 30px}
ol li { flex:1 1 auto; width:40%; }

제일 쉬운방법이다

참고 자료 :

https://stackoverflow.com/questions/51971417/two-column-vertical-numbered-lists-with-flexbox