Describe each position property’s value in CSS.
Anonimo
Default value is static. Absolute elements locates itself to closest relative parent element and doesn’t stack on the document flow as relative element. Sticky elements behave like relative element by default. On top of the screen it behaves like fixed element. Fixed elements are doesn’t hold an area on document flow and needs to have properties like top and left to display properly.