Boostrap

From Objectif Client Inc
Revision as of 19:46, 4 May 2015 by Nicolas Rollin (talk | contribs) (Created page with "==Presentation== Bootstrap is the most popular HTML, CSS, and JS framework ===Starting with boostrap=== [http://getbootstrap.com/getting-started/ Getting Started] ====Grid S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Presentation

Bootstrap is the most popular HTML, CSS, and JS framework

Starting with boostrap

Getting Started

Grid System

If you do not want to use all 12 column individually, you can group the columns together to create wider columns:


Bootstrap' grid system is responsive, and the columns will re-arrange depending on the screen size: On a big screen it might look better

grid class
   xs (for phones)
   sm (for tablets)
   md (for desktops)
   lg (for larger desktops)