I'm reading the documentation for flex https://www.w3.org/TR/css-flexbox-1/#abspos-items and I would like someone to please visually explain this to me.
Specifically this bit:
The static position of an absolutely-positioned child of a flex container is determined such that the child is positioned as if it were the sole flex item in the flex container, assuming both the child and the flex container were fixed-size boxes of their used size. For this purpose, a value of align-self: auto is treated identically to start.