Using the jsbin below, change the following properties and observe the result:
Change the value of flex-direction property of the .container selector to the each of the following and observe the result:
With the flex-direction set to row, change the value of justify-content property of the .container selector to the each of the following and observe the result:
Follow all of the steps laid out in #2 above but this time set the flex-direction set to column and observe the changes
With the flex-direction set to row, change the value of align-items property of the .container selector to the each of the following and observe the result:
Follow all of the steps laid out in #5 above but this time set the flex-direction set to column and observe the changes
Spend 5 minutes changing both the values of flex-direction, justify-content and align-items and observe the result