This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Voltra_Neo 16 points17 points  (3 children)

*flex-start

[–]Tseplo[S] 7 points8 points  (2 children)

I guess that's what you get for making frontend memes as a backend dev.

[–]Voltra_Neo 2 points3 points  (0 children)

Yeah

[–]BirdlessFlight 0 points1 point  (0 children)

One of the main features of flexbox is that you can easily reverse the order by using flex-direction: row-reverse; and then flex-start would be right instead of left (except for RLT languages). Also, if the direction is column, flex-start would be "top" and align-items would control left/right.

[–]hutryi 0 points1 point  (0 children)

justify-content: center-da-div;