Y
Hacker News
new
|
ask
|
show
|
jobs
by
megaman821
662 days ago
In this specific example, I am pretty sure margin-right: auto on left and margin-left: auto on right in a flex-box does what you want.
1 comments
meindnoch
662 days ago
Wrong. The middle item will be misaligned from the center if "left" and "right" have different widths:
https://jsfiddle.net/hxe8pcuf/
link