This is what I want:
The closest I\'ve got. Applying margin on flexbox items, then re
Another solid point for using Flex is that you can specify the strategy to use for the remaining space:
.container { justify-content: space-between; }