Golden Grid System (GCS) is a CSS grid system that helps you to create responsive layouts.
It splits the screen into 18 even columns. The leftmost and rightmost columns are used as the outer margins of the grid, which leaves 16 columns for use in design.
The dimensions of the grid in each configuration are noted down within CSS comments, accompanied
by suitable media queries, like thus:
/*
* Four-column grid active
* ----------------------------------------
* Margin | # 1 2 3 4 | Margin
* 5.55555% | % 25 50 75 100 | 5.55555%
*/
- Website: http://goldengridsystem.com/















