-
Book Overview & Buying
-
Table Of Contents
CouchDB and PHP Web Development Beginner's Guide
By :
Installing Bootstrap is a breeze; we'll cover the basics of getting it installed in this section.
1. Open your browser, and go to http://twitter.github.com/bootstrap/.
2. Click on Download Bootstrap.
3. A .zip file will be downloaded into your downloads folder; unzip it by double-clicking on it or by using your favorite unzip tool.
4. You will find three directories inside the bootstrap folder, namely css, img, and js, each containing a number of files.

5. Copy all of the files in each of these folders into the respective folders in your verge project: /public/css, public/img, and public/js. Your verge directory should look similar to the following screenshot when you're done:

We just installed Twitter's Bootstrap into our project by downloading a .zip file containing all of the assets and by placing them in the correct folders on our local machine.
Just by looking at the new files that we have in our project, you might notice...
Change the font size
Change margin width
Change background colour