[Bootstrap] How does bootstrap2 guide div vertical center and bootstrapdiv Center

Source: Internet
Author: User

[Bootstrap] How does bootstrap2 guide div vertical center and bootstrapdiv Center

Reference: http://www.4byte.cn/question/138712/bootstrap-how-to-center-vertical.html

Some of them refer to the method on the webpage above. Those who have used bootstrap know that in bootsrap2, the grid layout can be used to center the div horizontally. How can we center the div horizontally and vertically?

<Div class = "container">
<Div class = "row">
<Div class = "span4 offset4">
Some text .....
</Div>
</Div>

</Div>

The center can be directly set in css. css code:

/* Web background */. container {display: table; height: 100%;}. row {display: table-cell; vertical-align: middle ;}

In this way, the horizontal and vertical play of the div is realized!

Related Article

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.