line CSS Grid Framework
This is the challenge of writing entire CSS layout system with one line CSS class.
Source
Tiny Fluid Grid
Tiny Fluid Grid ships with an index.html with demo code, and the grid.css containing the CSS for the grid you created.
Source
The 1KB CSS Grid
A simple, lightweight approach that doesn’t require a PhD.
Source
SenCSs
Stands for Sensible Standards CSS baseline, (pronounced “sense”). It supplies sensible styling for all repetitive parts of your CSS, and doesn’t force a lay-out system on you.
Source
FEM CSS Framework
A fixed layout, based on the 960.gs, but with a twist in its philosophy to make it more flexible and faster to play with boxes. It has only a 12 column grid, with the columns having 10px margin on each side, making a 20px gutter – giving some breathe between boxes.
Baseline
Built with typographic standards in mind, Baseline makes it very easy to develop a website with a pleasing grid and good typography.
Source
Atatonic CSS Framework
Works just like any other grid system, but with only about 10 lines of CSS and has its main focus on typography. The idea behind this project is to provide a solid, yet minimal, base to start every development project.
The Square Grid
A simple CSS framework based on 35 equal-width columns. You can use the grid in a variety of columns: 18, 12, 9, 6, 4, 3, 2, with the total width of the grid is 994px – which the majority of modern monitors will support.
Source
Less Framework 3
Has been built so that you design your default layout as normal, and then all additional layouts using inline media queries.