【Web Design】课堂笔记

来源:互联网 发布:怪物猎人x数据库 编辑:程序博客网 时间:2024/06/08 02:59

bootstrap

it is a front-end  framework for developing responsive, mobile-first web sites.

2 ways to use Bootstrap on the web site:

       1>download Bootstrap from getbootstrap.com

       2>include bootstrap from a CDN

so why do we use bootstrap?

   1. easy to use

   2. responsive features

   3. mobile-first approach

   4. browser compatibility

containers are not nestable, which means container cannot be inside of another container.



0 0