These constructions demonstrate the possibilities of creating different column layouts with just 50 lines of CSS. The idea is simplicity.
If there is a need to style a specific section of a column block, you can always apply additional id or classname and style it appropriately.
Black lines at the bottom of the columns represent the width of their content. Therefore, it is easy to see the padding applied.
This column
First column on the left side. The following classes are applied to this div:
bb-t15 — sets width 50%bb-fa — floats to the leftSecon column on the right has exactely the same classes as the first column:
bb-t15 — sets width 50%bb-fa — floats to the leftNotice that it has the same float (a means left) as the first one.
You could change them places just by applying bb-fc (c means
right) to the first block.
Now this is the right column, although it comes first in the source:
bb-t15 — sets width 50%bb-fc — floats to the rightBut this is left column, although it comes second:
bb-t15 — sets width 50%bb-fa — floats to the leftThis is left column, it comes second in the source:
First div for grid:
bb-t20 — sets width 66.6%bb-fa — floats to the leftInner div for content:
bbin-c2 — right padding (see letter c), padding width type 2Now this is the right column, although it comes first in the source.
bb-t15 — sets width 33.3%bb-fc — floats to the rightInner div for content:
bbin-a2 — left padding (see letter a), padding width type 21st in source.
Grid div:
bb-t10 — 10 unit width out of 30bb-fa — floats to the leftInner div for content:
bbin-b2 — left and right (centred) padding (see letter b), padding width type 22nd in source.
Grid div:
bb-t10 — 10 unit width out of 30bb-fa — floats to the leftInner div for content:
bbin-b2 — left and right (centred) padding (see letter b), padding width type 23rd in source.
Grid div:
bb-t10 — 10 unit width out of 30bb-fa — floats to the leftInner div for content:
bbin-b2 — left and right (centred) padding (see letter b), padding width type 21st in source.
Grid div:
bb-t10 — 10 unit width out of 30bb-fc — floats to the rightInner div for content:
bbin-b2 — left and right (centred) padding (see letter b), padding width type 22nd in source.
Grid div:
bb-t10 — 10 unit width out of 30bb-fa — floats to the leftInner div for content:
bbin-b2 — left and right (centred) padding (see letter b), padding width type 23rd in source.
Grid div:
bb-t10 — 10 unit width out of 30bb-fa — floats to the leftInner div for content:
bbin-b2 — left and right (centred) padding (see letter b), padding width type 21st in source.
Grid div:
bb-t7a — 7.5 units (25%) out of 30bb-fa — floats to the leftInner div for content:
bbin-c2 — right padding (see letter c), padding width type 22nd in source.
Grid div:
bb-t7a — 7.5 units (25%) out of 30bb-fc — floats to the rightInner div for content:
bbin-c2 — right padding (see letter c), padding width type 23rd in source.
Grid div:
bb-t7a — 7.5 units (25%) out of 30bb-fa — floats to the leftInner div for content:
bbin-b2 — both left and right padding (see letter b), padding width type 24th in source.
Grid div:
bb-t7a — 7.5 units (25%) out of 30bb-fc — floats to the rightInner div for content:
bbin-c2 — right padding (see letter c), padding width type 21st in source.
Grid div:
bb-t10 — 10 unit width out of 30bb-fa — floats to the leftInner div for content:
bbin-a2 — left padding (see letter a), padding width type 22nd in source.
Grid div:
bb-t14 — 14 unit width out of 30bb-fa — floats to the leftInner div for content:
bbin-a2 — left padding (see letter a), padding width type 23rd in source.
Grid div:
bb-t6 — 6 unit width out of 30bb-fa — floats to the leftInner div for content:
bbin-a2 — left padding (see letter a), padding width type 2