/*
expect:
viewport-units: 4
*/
div {
width: 100vmin;
border-right-width: 1vw;
border-bottom-width: 1vh;
height: 100vmax;
}