#container { display: flex; flex-wrap: wrap; text-align: center; justify-content: space-around; } #container > div { background-color: #c2cded; font-size: 20px; margin: 20px; padding: 20px; width: 250px; text-align: center; }