Skip to content

Instantly share code, notes, and snippets.

@janily
Created July 24, 2013 09:21
Show Gist options
  • Save janily/6069156 to your computer and use it in GitHub Desktop.
Save janily/6069156 to your computer and use it in GitHub Desktop.
未知图片宽高垂直居中
<div class="imgBox">
<img src="" />
</div>
.imgBox {
display:table-cell;width:200px;height:200px;vertical-align:middle;text-align:center;
*float:left;*font-family:simsun;*font-size:200px;*line-height:1;
border:1px solid #000000;
}
.imgBox img {
vertical-middle:middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment