29
Introduction to Bootstrap

Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Embed Size (px)

Citation preview

Page 1: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Introduction to Bootstrap

Page 2: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap is Front-end FrameworkHTML, CSS, and JS framework for

developing responsive, mobile first projects on the web.

www.getbootstrap.com

Page 3: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap is Ready-to-use Web ElementsHTML / CSS elements for button, form, table,

image, navbar, label, progress bar, alert etc.

Page 4: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web
Page 5: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

EXAMPLESof Bootstrap Elements

Page 6: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

more EXAMPLESof Bootstrap Elements

Page 7: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Websites created by Bootstrapwww.fliplingo.com

Page 8: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Why Bootstrap?

● Save 100+ hours of coding● Easy to use web elements● Quick responsive prototype / website● Great documentation

Page 9: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Package

● CSS - bootstrap.css● JS - bootstrap.js● Icon Fonts - glyphicons-halflings-regular.ttf

Page 10: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

What is Grid in web design?

Page 11: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

12 Grid

What is Grid in web design?1 2 3 4 5 6 7 8 9 10 11 12

Page 12: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

4 Grids x 3 Columns= 12 Grids

What is Grid in web design?

4 Grid 4 Grid 4 Grid

Page 13: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Grid

12 Responsive Grid

Page 14: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Grid Overlayfor Bootstrap & Foundation

http://bit.ly/grid-overlay

Page 15: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

4 Sizes of Bootstrap Grid

Size Name Screen Size CSS Class

Extra Small Devices (Phone)

0 - 767 px .col-xs-1 ~ .col-xs-12

Small Devices (Tablet) 768 - 991 px .col-sm-1 ~ .col-sm-12

Medium Devices (Desktop)

992 - 1219 px .col-md-1 ~ .col-md-12

Large Devices (Large screen desktop)

1200px + .col-lg-1 ~ .col-lg-12

Page 16: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

How many grids in each box?

Bootstrap Grid Examplehttp://bit.ly/bs-agency

Page 17: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Grid Example

4 grids x 3 Columns

Page 18: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Grid Example

Page 19: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Grid Example

Page 20: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Grid Example 2

How many grids in each box?

Page 21: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Grid Example 2

6 grids x 2 Columns

Page 22: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Grid Example 2

Page 23: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Grid Example 2

Page 24: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Row

1 Row = 12 Grids

Page 25: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Row

3 Rows

Page 26: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Row Example

Page 27: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Row Example

Page 28: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Responsive Grid

Columns will stack when responsive

Page 29: Introduction to Bootstrap. Bootstrap is Front-end Framework HTML, CSS, and JS framework for developing responsive, mobile first projects on the web

Bootstrap Responsive Grid

1 2 3 1

2

3

Desktop Mobile

Columns stack on mobile