Pergunta de entrevista da empresa Finartz

Describe each position property’s value in CSS.

Resposta da entrevista

Sigiloso

7 de set. de 2022

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.