Bootstrap components
You can download Bootstrap from http://getbootstrap.com in more than one flavor. The smallest download is a simple distribution that contains all the components you need to deploy systems. The source distribution has the same in a subfolder but also contains docs, less, JavaScript sources, (broken down by component), and examples, all of which make great study material.
Here, we will focus on the minimal distribution. On my system, I have placed them all in the bootstrap
folder to make it easier to switch releases and to maintain a flavor of Foundation as well as Bootstrap on the site.
Note
Note that Bootstrap depends on jQuery. Unlike Foundation, the Bootstrap distribution does not come with jQuery, so you need to obtain your copy elsewhere (or use the one that comes with Foundation, of course).
Here's what you will get with the Bootstrap download:
- css: This is a folder that contains
bootstrap.css
andbootstrap.min.css
, Bootstrap's stylesheets. Include one of...