Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボディに高さを設定していません - ラッパーがボディ内で垂直方向に自動的に中央に配置されるようにしたいだけです。どんな助けでも大歓迎です。
You can use a couple wrapping <div> elements and using display: table, display: table-cell, and vertical-align: middle.
<div>
display: table
display: table-cell
vertical-align: middle
jsFiddle