gridbox.css

A CSS toolbox of handy grids, compatible IE8+.

Wrap grid

Size every cell according to the grid width.
The elements automatically wrap to another line, if there is not enough place left.

Weight grid

The weight grid is a one-line grid.
Without configuration, it allows you to share a width into equal-width columns.

You also can distribute the width according to a weight for each cell.

Fluid grid

The fluid grid is also a one-line grid.
Without configuration, it distributes the width automatically according to the place that every cell need.

You can use it to create media object patterns, because the cells could be sized to fit its content.

Fork me on GitHub