These are the topics to be covered in Flexbox Box Layout
- Flex Container Properties:
- display: flex
- flex-direction
- flex-wrap
- justify-content
- align-items
- align-content
- gap, row-gap, column-gap (modern spacing)
- Flex Item Properties:
- flex-grow
- flex-shrink
- flex-basis
- flex shorthand
- order
- align-self