<!doctype html><style type="text/css">
html { background: white; }
* {
outline: 1px solid black;
}
body {
background: pink;
display: flex;
width: 400px;
height: 100px;
}
.outer {
display: flex;
flex-direction: column;
justify-content: space-between;
background: magenta;
}
.upper {
background: orange;
}
.lower {
background: yellow;
}
.spacer {
width: 200px;
height: 200px;
background: green;
}
</style><body><div class="outer"><div class="upper"><div class="spacer"></div></div><div class="lower">whf