center a row using Bootstrap 3

后端 未结 13 1454
长发绾君心
长发绾君心 2020-12-29 18:08

How to center a row (12 column) in Bootstrap 3 ? I do not want to use the offset

I am using this way but not worked.

13条回答
  •  难免孤独
    2020-12-29 18:46

    Try this, it works!

    hi 1!

    hi 2!

    hi 3!

Then, in css define the width of center div and center in a document:

.center {
    margin: 0 auto;
    width: 80%;
}

提交回复
热议问题