Friday, February 2, 2018

Bootstrap

Some Key points about bootstrap.

1. Bootstrap is CSS, HTML, Javascript framwork.
2. It is used to develop responsive website.
3. Meta data is used to ensure proper rendering and touch zooming on mobile devices.
4.Bootstrap grid system help to create page payout with rows and columns.
5. There are four type of devices

1. Extra Small  xs
2. Small  dm
3. Medium  md
4. Large   lg

6. In Bootstrap grid system all row should be within container.
7. Sum of each column should be 12.
8. If sum of column is greater than 12 than specific column where sum is exceeding 12 all column from there will be shift in next row.
9. In Bootstrap grid system col-lg-*, col-md-*  etc gives same look on each device whether it is large medium or small( in small they are stacked each other. If you want different look on each screen than you can override the behavior by specifying their class.

No comments:

Followers

Link