flexbox vertically split container in HALF
The accepted answer is not ideal for the use of flex properties, because it can all be done without the need for min-height or max-height I’ve cleaned up the example fiddle and removed non-essential css styles to show which flex properties are being used here. In order to get evenly spaced top/bottom divs, you need … Read more