.container { display: flex; } .item { background: #ce8888; flex-basis: 100px; height: 100px; margin: 5px; }