#Division Grid Division isn't anything revolutionary when it comes to grids or grid customization. Inspired indirectly by Foundation, yet designed with the undesigner in mind. Division is responsive with mobile specific options.
There are a couple major differences between Division and a grid like Foundation or Twitter Bootstrap. First is the naming convention, which is set up for lightning fast prototyping. You no longer have to be concerned with how many columns an element must be in order to be two thirds, one third, or three-fifths. This is an excellent starting point for designers who are doing rapid prototyping of a concept before handing it over to developers.
Second is the amount of clutter. It is a very clean shop in comparison to other popular grids. While using a simple CSS reset, thanks to Eric Meyer, we keep the rest of our grid to a minimum. You don't need to "undo" styles in order to apply your own. Especially to elements like forms, lists, buttons, and blockquotes. Your design is yours, and we want it to stay that way. Our grid weighs in at only 8KB, 12KB including the CSS reset.
We have also included Respond.js, a great script for adding CSS3 Media Query support to older versions of IE. Respond.js is fully compatible with Division, unlike with some other grids.
##Usage Download the latest version and unzip. The index.html is a fully working example of how to use Division. It is a really really simple grid.
###Example
one-sixth
one-sixth
one-sixth
one-sixth
one-sixth
one-sixth
##MIT Open Source License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.