Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.
Capitalizes Text and applies ALL CAPS SPACING variable
Applys Center Justify to text
Applys Left Justify to text
Limits the amount of characters in a Paragraph line. This is default set to 85CH and is designed to limit eye strain and increase readability.
The frame work is based off a 9 column grid. Why 9 columns? Easy Math (and no repeating decimals). The margins are calculated at ½ the column width + ½; both equal 1 column and a gutter. Columns + Margins divides the page by 10. Use of any primary column classes should be a child of a .flex but the grid can still be achieved PUSH classes.
Columns width are calculated using:
((100-(Margin Left + Margin Right)) / amount of columns) - gutter width
when a child of .flex.gutter this div will span the width of 1 column + Gutter. Default is set to 9vw.
when a child of .flex.gutter this div will span the width of 2 column + Gutter. Default is set to 19vw.
when a child of .flex.gutter this div will span the width of 3 column + Gutter. Default is set to 29vw.
when a child of .flex.gutter this div will span the width of 4 column + Gutter. Default is set to 39vw.
when a child of .flex.gutter this div will span the width of 5 column + Gutter. Default is set to 49vw.
when a child of .flex.gutter this div will span the width of 6 column + Gutter. Default is set to 59vw.
when a child of .flex.gutter this div will span the width of 7 column + Gutter. Default is set to 69vw.
when a child of .flex.gutter this div will span the width of 8 column + Gutter. Default is set to 79vw.
when a child of .flex.gutter this div will span the width of the grid. Default is set to 90vw.
*This is the full width of the grid and therefor doesn't need a gutter subtracted from the width.
when a child of .flex.gutter this div will span the 50% width of the grid. While this technically breaks the grid, it still is a logical division.
when a child of .flex this div will span the width of 1 column + Gutter + Margin. Default is set to 9vw.