Create a Flex Container
1
flex-container-item flex-item-2 Note: In the past tables were sometimes used to design a page’s layout. This practice should never be used:
flex-container-item flex-item-3
A Flexible Layout must have a parent element with the
display
property set to
flex
.