I have a container which has 2 divs. I'm looking to vertically centre the first div and the second div to sit beneath it following the natural flow. See attached image.
I'm currently centring it by adding padding top to the first div through "container height - the first div height / 2" Is there another way I can achieve this?