#inner { margin: auto 0; } #outer { width:100%; display: flex; justify-content: center; } <div id="outer"> <div id="inner">Foo foo</div> </div>