/ez-css

Create complex layouts with ez-css, a light, easy to use, CSS framework.

ez-css
Create complex layouts with ez-css; a light, easy to use, CSS framework.

=== Demo ===

  http://www.ez-css.org/demo_page
  http://www.ez-css.org/demo-proto_page

=== Download ===

  Tar http://github.com/thierryk/ez-css/tarball/master

=== Features ===

  * ez-css has a very small footprint (only 915 bytes for the version that uses the "_property" hack) for a fast download time
  * ez-css facilitates deep nesting (because it does not use descendant selectors) 
  * ez-css allows you create multiple columns of any width, with or without a gutter
  * ez-css lets you apply any width you want to containers and gutters
  * ez-css is framework agnostic (it integrates well with any other style sheet)
  * ez-css prevents rounding issues and rounding errors
  * ez-css creates self-clearing containers (every box will contain floats) 
  * ez-css prevents collapsing margin across all containers
	
  * there is also a version for rapid prototyping (0.413 kb):
  - http://www.ez-css.org/rapid_prototyping
	
=== Usage ===

  1. Get the style sheet: 

  -  http://www.ez-css.org/downloads
  
  2. Insert the style sheet or rules in your document's <head>:

     <link rel="stylesheet" type="text/css" media="screen,projection" href="/css/ez-min.css">

     or

     <style type="text/css">
     /* all rules from ez-min.css go below */
     ...
     <style>
	
  3. Include the markup to create the layout you need: 

  - http://www.ez-css.org/layouts	
  - http://www.ez-css.org/rapid_prototyping	
  
  4. Edit the class name of the main wrapper and set the width of your columns: 

  -  http://www.ez-css.org/how-to
	
  5. Read the FAQ and TIPS pages:

  -  http://www.ez-css.org/faq
	
  -  http://www.ez-css.org/tips-and-tricks
		
=== Contribute ===

  Develop more layouts or add to the style sheets
  
  http://github.com/thierryk/ez-css/

  git clone git://github.com/thierryk/ez-css.git

  Report bugs at http://ez-css.org/contact-us
  Open issues at http://github.com/thierryk/ez-css/issues

=== Licensed under the MIT and BSD ===

  - http://ez-css.org/MIT_License
  - http://ez-css.org/BSD_License


Thanks, 
Thierry Koblentz