Position
Static
Default
Top Left Right Bottom have no effect
Relative
It is positioned baed on its normal position.

Fixed

Absolute
An element with position: absolute; is positioned relative to the nearest positioned ancestor

Sticky
Initially, the element acts like position static
After scrolling beyond the element, the element will act like fixed position
Must be used with top

Last updated
Was this helpful?