Many of us here use bootstrap to cut down development time.
just a simple question. How do you actually use it ?
1. download bootstrap.css as it is and override styles ( include primary colors ) in your style.css 2. customize and then download bootstrap.css and do rest of styling in style.css
anyone ?
if in the head you have
<link href=”bootstrap.css” rel=stylesheet” type=”text/css”>
<link href=”style.css” rel=stylesheet” type=”text/css”>
Anything you change in the style css will override the bootstrap css
The Twitter Bootstrap 101 videos are pretty explanatory – http://www.youtube.com/playlist?list=PLA615C8C2E86B555E
