Problem: Vertical Centering with Flexbox
Try to vertically center a fixed-size .box inside a container using only CSS, without modifying the HTML structure.
We'll cover the following...
We'll cover the following...
Problem description
The container is 400px wide and 200px tall and contains a child element .box
that is 200px ...