Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the standard grid system to create layouts.  Within a grid-row, the space is split up into columns of various widths.  




Example

Class

Width

col-1-1100%
col-1-250%
col-1-333.333%
col-1-425%
col-1-520%
col-1-616.667%

and so on...

Within a row

You can use the class names in combination, for example 1/3 + 2/3, as long as the row essentially adds up to 100% you'll have symmetrical layouts.

...

...