div 居中

Found another solution:

Just add

position: relative;
top: 50%;
transform: translateY(-50%);

to the inner div.

Codepen: http://codepen.io/anon/pen/ZYprdb

原文地址:https://www.cnblogs.com/friends-wf/p/4736432.html