My goal is to create a data-grid (table layout) where the elements have fixed sizes. These elements should be placed in the same line until they can't fit anymore, then move to the next line.
I have tried using inline-blocks for this, but I'm struggling with centering them within the outer div.
Currently, my issue looks like this:
issue here http://images.devs-on.net/Image/QUPPczp4bO6pkKNR-Bereich.png
Any suggestions on how to solve this using only CSS?