🔮 Output PredictionCS CSS Medium⚡+20 XP
Position Absolute
What is this element positioned relative to?
CSS
.parent { position: relative; }
.child { position: absolute; top: 0; left: 0; }What is this element positioned relative to?
.parent { position: relative; }
.child { position: absolute; top: 0; left: 0; }