A simple, lightweight CSS grid
Go to file
2016-04-09 16:56:14 -07:00
README.md Created readme file 2016-04-09 16:56:14 -07:00
simple-grid.css Changed file names 2016-04-09 16:48:26 -07:00
simple-grid.min.css Changed file names 2016-04-09 16:48:26 -07:00

Simple Grid

A lightweight, responsive CSS grid

Developed by Zach Cole

Simple Grid and Simple Code

Simple Grid is a mobile-first 12-column CSS grid system to make developing responsive websites easy and fast.

All the code you need is simple and familiar. A parent container class contains the grid. Within the container are rows. Row classes denote rows of content, which can be filled with up to 12 columns. Columns must be nested within a row.

To define your column width, declare how many columns you want your content to take up on desktop and large screens. For example, if your content should take up 6 out of 12 columns (or half the container), your class name will be .col-6-12.

Learn more and see code samples at: http://simplegrid.io

License

Copyright 2016 Zach Cole