HOW IT WORKS
SIZING
The grid system uses class names to determine how wide an element is according to how many columns it occupies. For example, a grid_5 element like this one spans the width of five columns.
PLACEMENT
Elements are moved within the grid by assigning class names that designate amounts of padding or margin corresponding to column widths. All of the elements use the float property, so essentially it is like moving dominoes back and forth in a line by telling them to move left 400 pixels or right 30 pixels.