It's 2021! Let's refresh Our CSS Flexbox Memory. Here's a Cheat Sheet of everything you can do with CSS flexbox to get started in 2021.

Flexbox Architecture

Flexbox Chart --

flex-direction

The Direction/Orientation in which flex-items are distributed inside flex-container.

justify-content

This property arranges flex-items along the MAIN AXIS inside the flex-container

align-content

This property arranges flex-items along the CROSS AXIS inside the flex-container. This is similar to justify-content

align-items

Distributes Flex-items along the Cross Axis

align-self

flex - grow | shrink | wrap

Short Hands

Credits

Conclusion

Here's Your Medal For reading till the end ❤️

Suggestions & Criticisms Are Highly Appreciated ❤️