✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
<Style>
body {margin: 0; padding: 0; color: white }
div {position: absolute;
width: 10em;
height: 1em;
top: 0;
left: 0 }
<Body>
<Div style = "z-index: 1; background: orange; left: 10em"> 1 </ div>
<Div style = "z-index: 2; background: Green;"> 2 </ div>
<Div style = "z-index: 3; background: Blue; left: lOem; position: inherit;"> 3 </ div>
</ Div>
</ Style>
(CSS)