Does justify-content work with flex-direction: column or not?
I searched and google said that it doesn't but I tried using this code https://pastecode.io/s/yb98m9ub and it seems to work just fine
2 Replies
Nevermind I just learned the main-axis and the cross-axis
Yep row and column flip axis' so justify puts content between top and bottom when column and between left and right when row. Align-items is opposite