bootstrap – html/css/js framework – intro



bootstrap – html/css/js framework – intro

0 0


bootstrap-presentation


On Github kedart / bootstrap-presentation

bootstrap

html/css/js framework

09.18.2015

intro

class based design

grid system

angular-bootstrap

intro

  • a collection of css and js plugins
  • useful tools for most common ui tasks
  • layouts, forms, tables, buttons, alerts, modals
  • allows rapid prototyping, building a ui
  • easy to use, minimal css knowledge required
  • responsiveness baked in

history

  • built by twitter: @mdo, @fat
  • open source, mit license
  • github: 86K stars, 35K forks
  • responsive, mobile first since v3

compatibility

gallery

customize bootstrap

getting started



					

install with npm, bower, et al.

grid layout

  • 12 column fluid responsive layout
  • pre-defined classes for easy layouts
  • container > row > column hierarchy
  • content should be placed within columns
  • fixed width:
    .container
    full width:
    .container-fluid

grid options

grid demo

write code online

angular ui bootstrap

resources

Thank you