asked
Responsive Website Portfolio (App Official Landing Website)
Align Child Elements Freely with Flex Property
Written on
·
144
2
선생님 해당 display: flex; 할떼, 중앙정렬하는 justify-content: center;/ align-items: center; 할때 해당 div 의height를 auto; 또는 아에안적으면 어떻게되나요/? 꼭안적어도되죠
Answer 1
0
flex는 높이를 제어하지는 않습니다.
기본값은 stretch 곧, 가득차는 형태입니다.
높이를 명시하지 않는 경우는 적지 않아도 됩니다.