Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

This is the default positioning, elements will just stack on top of each other.

Absolute positioning makes the elements position relative to its closest non static parent.

Relative positions moves the element relative to its original static position

Fixed positions the element onto the browser.

Sticky jumps between relative and fixed. If there is space in the browser window it will be relative, but once the element reaches the specific left,right,top,bottom values, it will be fixed.