Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 322 Bytes

BOOTSTRAP.md

File metadata and controls

17 lines (12 loc) · 322 Bytes

BOOTSTRAP USEFUL KNOWLEDGES

width of a row : 12 col

different screen type:

  • xs
  • sm
  • md
  • lg

to define width of an elmt : col- screenType - nb (nb between 1 and 12)

to define empty col : col- screenType - offset - nb

Combine different elmt depending on the screen : Example : col-xs-4 col-sm-3 col-md-2