Flex container properties is a free tutorial by Vishwas Gopinath from CSS Flexbox course
Link to this course(Special Discount):
https://www.udemy.com/course/css-flex...
This is the best CSS Flexbox Course
Course summary:
Build page layouts with ease
Get started on learning Bootstrap 4
English [Auto]
In this video let me list down all the possible properties that can be applied to a flex container. First we have the display property. This is what defines a flex container and is mandatory to work with flex box. Next is flex direction. It defines the direction in which the flex items are placed in the container. Third we have flex wrap which is used to control the wrapping of items within a container. We then have flex flow which is a shorthand for the combination of flex direction and flex wrap. Then there is justified content that defines the alignment of the items along the main axis. Similarly we have the light items property which defines how flex items are laid out along the cross axis. Finally we have the Allain content property. This is similar to justify content with the difference being this will align along the Cross access instead of the main axis also aligned content works only when there are multiple rows of flex items in the container. All right. Now that we know the properties that can be applied to flex container. Let's take a closer look at each of the properties starting with the display property.
Flex container properties For Beginners