Skip to content

Instantly share code, notes, and snippets.

@ajuliano
Created January 19, 2012 15:36
Show Gist options
  • Save ajuliano/1640630 to your computer and use it in GitHub Desktop.
Save ajuliano/1640630 to your computer and use it in GitHub Desktop.
Center (vertically and horizontally) an image in div
div.container {
height: X;
line-height: X;
text-align: center;
width: Y;
}
div.container img {
vertical-align: middle;
}
/* see http://haslayout.net/css/No-line-height-Vertical-Center-on-Images-Bug to make it work in lte IE7*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment