...

/

Problem: Vertical Centering with Flexbox

Problem: Vertical Centering with Flexbox

Try to vertically center a fixed-size .box inside a container using only CSS, without modifying the HTML structure.

Problem description

The container is 400px wide and 200px tall and contains a child element .box that is 200px ...