Credits for Slides : Jonas Schmedtmann

What is FlexBox and Why do we need to know ?


Things we need to know :

  1. When we set the display: flex , the container becomes the flex container.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/bf193ea4-a274-45e1-97f2-22009f41e0b2/Screenshot_2021-05-08_at_6.03.14_PM.png

  1. The container which hold the items are called as flex items and the items have two direction one is cross axis which is Y-Direction and main axis which is X-Direction.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/628add25-a462-4e0f-b449-c49797b4c691/Screenshot_2021-05-08_at_6.03.36_PM.png

  1. Now Let's take a look at some properties which should be applied for container and items. Make sure you understand all these things before you start to use it on your site / Project.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/195adb5c-7fdf-44fc-8a58-05c32cb51fb7/Screenshot_2021-05-08_at_6.12.20_PM.png

Must Know