Bootstrap
Bootstrap
Unit-6
Bootstrap
What Is Bootstrap?
Bootstrap is an open source product developed by Mark Otto and Jacob Thornton in August
2011.
it allows for responsive web design and features a robust 12-column, 940px-wide grid.
Bootstrap File Structure
bootstrap/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.min.css
├── js/
│ ├── bootstrap.js
│ ├── bootstrap.min.js
├── img/
│ ├── glyphicons-halflings.png
│ ├── glyphicons-halflings-white.png
└── README.md
Why Use Bootstrap?