웹개발
-
CSS Flex Container웹개발/HTML&CSS 2022. 11. 25. 17:53
Flex container The flex container becomes flexible by setting the display property to flex .flex-container { display: flex; } The flex container properties are: flex-direction flex-wrap flex-flow justify-content align-items align-content Flex Items (Child Elements) The direct child elements of a flex container automatically becomes flexible (flex) items. Flexible Items 1 2 3 4 All direct childre..