Vertically and Horizontally Center Content in Webkit with CSS3 Flexbox
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
Works in Chrome, Opera, and Maxthon.
Written by Cory Simmons
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#