Skip to main content
🔮 Output PredictionCS CSS Hard⚡+35 XP

Stacking Context

Which element appears on top?

CSS
.a { position: relative; z-index: 100; }
.b { position: relative; z-index: 1; transform: scale(1); }

🔮 What is the output?