center a div vertically box in html code example Example: center elements vertically in div .container { display: flex; align-items: center; }