how to aline some div into center in html code example Example: how to center a div .container { ... display: flex; justify-content: center; }