Ask Now
Course Intro
Curriculum
Get Started
1 / 5
Flexbox에서 아이템들의 방향을 세로로 배치하려면
flex-direction
속성의 값으로 무엇을 사용해야 하나요?
.container
{
display:
flex;
flex-direction:
;
}
row
nowrap
wrap
column
Previous
Confirm