I\'d like to implement a responsive grid-like layout using flexbox (without media queries). There can be variable number of elements in the grid. Each item should have fixed
I haven't managed to achieve this behavior using flexbox. But it's pretty simple with CSS Grid. You need to apply justify-content: center to the container.