Using Flexbox to achieve vertical centering of CSS

Source: Internet
Author: User

Vertical centering requires a parent element and a child element to complete the collaboration.

<div class= "Flexbox-container" ><div>blah Blah</div><div>blah Blah Blah Blah Blah ... </div ></div>

... But in order for the child element to be centered vertically, you only need to apply a CSS style to the parent element:

. flexbox-container {display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;- Webkit-align-items:center;-webkit-box-align:center;align-items:center;}

Because the browser engine prefix is used above, it looks a bit complicated, but actually it's very simple, and it's 2 lines of code. There are several ways to do this before the CSS is centered vertically, but using Flexbox is a very beautiful solution. I believe I will find flexbox more valuable usage in the future.

Using Flexbox to achieve vertical centering of CSS

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.