Question d’entretien chez Finartz

Describe each position property’s value in CSS.

Réponse à la question d'entretien

Utilisateur anonyme

7 sept. 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.