Static

The parent element (blue border) position is 'relative' which makes all (most) child element position relative

'Position: Static'

Relative

The parent element (blue border) position is 'relative' which makes all (most) child element position relative

'Position: Relative'

Absolute

The parent element (blue border) position is 'relative' which makes all (most) child element position relative

'Position: Absolute'

Sticky

The parent element (blue border) position is 'relative' which makes all (most) child element position relative

'Position: Sticky'

Fixed

The parent element (blue border) position is 'relative' which makes all (most) child element position relative

'Position: Fixed'