This question has already been asked here:
In CSS Flexbox, why are there no "justify-items" and "justify-self" properties?
However, the answer to that doesn't satisfy my particular problem:
Assuming the grey box is a flex container, I want to achieve this layout:
The problem is if I use margin-left: auto
on flex-item 3 I get this: