div 居中

Found another solution:

Just add

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

to the inner div.

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

posted on 2015-08-17 13:59  wf110  阅读(181)  评论(0编辑  收藏  举报