Skip to content

A very lightwieght XHTML/CSS framework that follows both the typographic grid, and also baseline grid

Notifications You must be signed in to change notification settings

jpsilvashy/basic-column-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Basic column layout

How to use this

Use <div class="three column"> within it’s parent <div class="section"> element add up to 6.

<div class="six_column section">
  <div class="two column">
    <div class="column_content">
      ...
    </div>
  </div>
  <div class="three column">
    <div class="column_content">
      ...
    </div>
  </div>
  <div class="one column">
    <div class="column_content">
      ...
    </div>
  </div>
</div>

About

A very lightwieght XHTML/CSS framework that follows both the typographic grid, and also baseline grid

Resources

Stars

Watchers

Forks

Packages

No packages published