The difference between align and justify is that justify-* affects the main axis (horizontal when flex-direction is row and vertical when flex-direction is column) and align-* affects the cross axis (vertical when flex-direction is row and horizontal when flex-direction is column).
Anirudh talks about it in the post.
I will write my answer according to I know.
The difference between align and justify is that justify-* affects the main axis (horizontal when flex-direction is row and vertical when flex-direction is column) and align-* affects the cross axis (vertical when flex-direction is row and horizontal when flex-direction is column).
Regards.
Thanks a lot. That was really helpful.