.container { display: table; table-layout: fixed; width: 100%; } .container > div { display: table-cell; }