*, *::after, *::before{
box-sizing: border-box;
}
body{
margin: 0;
min-height: 100svh;
min-height: 100vh;
}
.box1 {
width: 10%;
height: 50%;
background-color: violet;
}
.box2 {
width: 200px;
height: 100px;
background-color: hsl(240, 66%, 63%);
}
.box3 {
width: 200px;
height: 100px;
background-color: hsl(0, 84%, 66%);
}
*, *::after, *::before{
box-sizing: border-box;
}
body{
margin: 0;
min-height: 100svh;
min-height: 100vh;
}
.box1 {
width: 10%;
height: 50%;
background-color: violet;
}
.box2 {
width: 200px;
height: 100px;
background-color: hsl(240, 66%, 63%);
}
.box3 {
width: 200px;
height: 100px;
background-color: hsl(0, 84%, 66%);
}