Absolute Positioning
🎯 What It Is Absolute positioning removes an element from the normal document flow and anchors it relative to its closest positioned ancestor (e.g., a section or column). This gives precise control over placement. 📍 When to Use It Overlapping elements (e.g., icons on images) Custom layouts not achievable via standard layouts Precise control for floating graphics or sticky elements