✨ CSS Position Examples ✨
1️⃣ Static Position (default flow)
2️⃣ Relative Position (moved 15px down, 25px right)
Parent (relative container)
3️⃣ Absolute Position (top-right corner)
4️⃣ Sticky Position (sticks at top while scrolling)
⬇ Scroll down to see Sticky & Fixed in action ⬇
5️⃣ Fixed Position (always top-right)