FlexBox - vijayetar/seattle-301d55 GitHub Wiki
FlexBox
To get more information visit here
-
Step 1. We have a flex container (for Parent) and flex items (children). then set the container property to flex.
-
Step 2: You can also change the order by using property order: (1/2/3) to put them in the sequence you want.
-
Step 3: You can change them in any way possible:
-
flex-direction
-
flex-wrap
-
flex-shrink
-
align-content etc.