Center Form using Twitter Bootstrap

后端 未结 1 1074
醉酒成梦
醉酒成梦 2021-01-04 01:50

I am using Twitter\'s Bootstrap to build a form (served by django). I want to have the form centered on the page but I\'m running into some problems.

Here is my HTML

1条回答
  •  我在风中等你
    2021-01-04 02:13

    You need to include your form inside a container, the bootstrap already comes with a container class that is width:940px so you can wrap everything inside and it'll center automatically, like so:

    Please login

    0 讨论(0)
提交回复
热议问题