About the HTML and body height login Page The login box is always centered vertically horizontally in the page

Source: Internet
Author: User

Html

CSS commentary, the horizontal center is not much to say, to Div.login_wrap set a width, and then margin:0 Auto; But this is done here, using the two-layer div outer layer using margin:0 auto, first to the outer horizontal center, and then the inside a div using absolute positioning, the code is as follows.

HTML, body{height:100%; margin:0px;padding:0px; min-width:1200px;}

. login_wrap{width:960px;height:inherit;position:relative;margin:0 auto;}

. login_box{width:400px; Background-color:rgba (0,0,0,0.3); height:400px;position:absolute;left:50%;top:50%; margin:-200px 0 0-200px;}

Effect

About the HTML and body height login Page The login box is always centered vertically horizontally in the page

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.