Vertical Align With Table

Posted By Weston Ganger

<p>This is supported in IE8+ and all others.</p>

.outerContainer{
  display:table;
  height:200px;
}
.innerContainer{
  display:table-cell;
  vertical-align:middle;
}

Article Topic:Software Development - HTML / CSS

Date:June 19, 2014