📐 CSS Positioning

Control how elements are placed on your page with CSS positioning.

📝 Code Example

Copy button not pressed yet.
💡 Pro Tip: Use relative positioning as a reference for absolute positioned children.

🎯 Interactive Demo

Relative Box
Child
Absolute Box
Child
Fixed Box (always visible)

❓ Quiz: Test Your Knowledge

1. What does position: relative; do?

2. What does position: absolute; do?

3. What does position: fixed; do?