How to justify a single flexbox item (override justify-content) [duplicate]

You can override align-items with align-self for a flex item.
I am looking for a way to override justify-content for a flex item.

If you had a flexbox container with justify-content:flex-end, but you want the first item to be justify-content: flex-start, how could that be done?

6 Answers
6

Leave a Comment