🏠 New in High Baseline Support: Absolute positioning
January 29, 2018
The position: absolute CSS declaration removes an element from the normal flow and positions it relative to its containing block, which is often the root element, or closest positioned ancestor.
Source features
css.properties.position.absolute[mdn]