*, *::after, *::before{
box-sizing: border-box;
}
body{
margin: 0;
min-height: 100svh;
height: 100vh;
}
.box1 {
width: 200px;
height: 100px;
background-color: violet;
position: relative;
top: 20px;
z-index: 1;
}
.box2 {
width: 200px;
height: 100px;
background-color: hsl(240, 66%, 63%);
position: relative;
bottom: 10px;
z-index: 2;
}
.box3 {
width: 200px;
height: 100px;
background-color: hsl(0, 84%, 66%);
position: relative;
left: 20px;
bottom: 30px;
z-index: 3;
}
*, *::after, *::before{
box-sizing: border-box;
}
body{
margin: 0;
min-height: 100svh;
height: 100vh;
}
.box1 {
width: 200px;
height: 100px;
background-color: violet;
position: relative;
top: 20px;
z-index: 1;
}
.box2 {
width: 200px;
height: 100px;
background-color: hsl(240, 66%, 63%);
position: relative;
bottom: 10px;
z-index: 2;
}
.box3 {
width: 200px;
height: 100px;
background-color: hsl(0, 84%, 66%);
position: relative;
left: 20px;
bottom: 30px;
z-index: 3;
}