EZ-CSS, lightwight and browser friendly CSS framework
EZ-CSS is a different kind of CSS framework. Authors are not bound to a “grid”. Plus, columns and gutters can be of any width. EZ-CSS works by forcing the final element in the HTML flow to become a block formatting context (They use “hasLayout” for Internet Explorer lt 8). It is light (1kb), flexible, browser-friendly or easily creating table-less layouts.
Features
- EZ-CSS lets you create multiple columns of any width, with or without gutters of any width.
- EZ-CSS style sheet has such a small footprint that it can be integrated into any existing style sheet (or in a style element), which should make this solution “framework agnostic”.
- EZ-CSS creates self-clearing containers which means every box will contain floats.
- And more..
Demo: http://www.ez-css.org/layouts
License: BSD and MIT.