🏠 New in Low Baseline Support: Absolute positioning
July 29, 2015
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]