I have a div block which does not have a fixed width.
Inside, I have an .. block with 11 items. I would like these
..
According to this StackOverflow question, Inline Blocks may be just what you need.
Oh, and if you aren't implementing it already, be sure to look into CSS Grids, too. If you don't want to build a CSS grid yourself, this one is fantastic.