🔮 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); }Which element appears on top?
.a { position: relative; z-index: 100; }
.b { position: relative; z-index: 1; transform: scale(1); }