Chinese Web: http://www.bootcss.com/
Official website: http://v3.bootcss.com/
Need to be prepared: offline manuals and Packages
The project references Bootstrap.min.js compressed and bootstrap.min.css. Bootstrap-theme.css, this is useless.
The official package needs to be
JS folder add a few js:application.js holder.min.js to take the pigment composition of the picture Highlight.min.js highlighted JQuery.min.js 1.8.3.
Bootstrap frame:
1. CSS style
2. CSS Components
3. JS Plugin
CSS style:
1. Grid system
2. Typesetting
3. Code
4. Forms
5. Forms
6. Button
7. Pictures
8. Responsive images
9. Tools
Page Large layout:
. Ccontainer
Grid system:
A row is divided into 12 columns
. row
. col-md-12
. col-xs-12
Images are generated automatically:
<script src= "Dist/js/holder.min.js" ></script>
<Divclass= "Container"> <Divclass= "Row"> <Divclass= "Col-md-3"> <imgsrc= "holder.js/200x200"alt="" /> </Div> <Divclass= "Col-md-3"> <imgsrc= "holder.js/200x200"alt="" /> </Div> <Divclass= "Col-md-3"> <imgsrc= "holder.js/200x200"alt="" /> </Div> <Divclass= "Col-md-3"> <imgsrc= "holder.js/200x200"alt="" /> </Div> <Divclass= "Clearfix"> </Div> </Div></Div>
Bootstrap (i) grid system