Responsive Grids is a very basic template that allows you to create a responsive design structure for
different screen resolutions using Media Queries, Grids and Baselines.
How to use
- calculate your preferred columns width and gaps at http://grids.heroku.com/
- iterate for each design you want to serve through media queries
- describe grids measurements within each media query in your css (see example)
- establish a main baseline or one baseline per media query
- resize window to see the corresponding grid design
Dependencies
Download
You can get this project using one of the following methods:
- download as zip,
- download as tar,
- clone the project with Git by running:
$ git clone git://github.com/zigotica/Responsive-Grids