Bootstrap grid

From Wiki @ Karl Jones dot com
Revision as of 07:34, 16 February 2016 by Karl Jones (Talk | contribs) (External links)

Jump to: navigation, search

In Bootstrap (framework), the grid is a page layout structure.

Description

The Bootstrap grid is based on units of twelve.

The entire width of the browser is divided up into units twelve.

Columns

To create columns in Bootstrap, divide up twelve in different ways.

For example:

  • 6 + 6 = two equal columns
  • 8 + 4 = wider column, narrower column
  • 4 + 8 = narrower column, widerer column
  • 4 + 4 + 4 = three equal columns

Display sizes

The Bootstrap grid provides for four different device display sizes:

How it's done

It's done by adding class values to HTML elements in your page.

The class values are built into Bootstrap. Learn these values and how to use them.

Examples

Coming soon.

See also

External links