.hidden{ visibility: hidden; } body{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: stretch; } div{ height: 250px; width: 250px; }