8 Columns in Twitter Bootstrap

前端 未结 10 2262
情深已故
情深已故 2020-12-08 19:35

How can I set up 8 equal columns in the latest version of Twitter bootstrap.

I can create 4 equal columns by doing the following but don\'t get how I can get 8:

10条回答
  •  [愿得一人]
    2020-12-08 19:58

    Add a style like this in to the bootstrap stylesheet, style.css:

    .col-8{
    width: 12.5%;
    }
    

    Then add it to your html.

提交回复
热议问题