CSS position property - W3Schools
https://www.w3schools.com/cssref/pr_class_position.asp
Elements render in order, as they appear in the document flow. The element is positioned relative to its normal position, so "left:20px" adds 20 pixels to the element's LEFT position. A sticky element toggles between relative and fixed, depending on the scroll position. It is positioned relative until a given offset position is met in the viewport - then it "sticks" in place … Animatable: no. Read about animatable Inherited: no Default value: static Version: CSS2
Animatable: no. Read about animatable
Inherited: no
Default value: static
Version: CSS2
DA: 82 PA: 47 MOZ Rank: 10