relative
→ positioned relative to normal flow.absolute
→ positioned relative to its parent container.fixed
→ fixed to viewport (doesn’t move on scroll).sticky
→ behaves like relative, but sticks when scrolling.
relative
→ positioned relative to normal flow.absolute
→ positioned relative to its parent container.fixed
→ fixed to viewport (doesn’t move on scroll).sticky
→ behaves like relative, but sticks when scrolling.
Leave a Reply