bag.css

The minimal library for fixed and fluid CSS containers.

I'm a fixed container, but still responsive. To invoke me, do:

<div class="bag fixed">...</div>

Depending on the window width, I will take the following widths:

Using, Gridly you can split me in columns:

Column 1
Column 2
Column 3
Column 4

I'm a fluid container––I don't have a fixed width but always taking care to be as large as possible.

<div class="bag fluid">...</div>

I work nicely with Gridly's columns too:

Column 1
Column 2
Column 3
Column 4