Bootstrap (i) grid system

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.