Skip to content

Instantly share code, notes, and snippets.

@alxpsr
Created April 8, 2016 16:30
Show Gist options
  • Save alxpsr/a315b66dec223e6cc97eec064e5b02ec to your computer and use it in GitHub Desktop.
Save alxpsr/a315b66dec223e6cc97eec064e5b02ec to your computer and use it in GitHub Desktop.
vertical middle align
.img-wrap {
height: 100px;
line-height: 100px;
}
.img-wrap img {
display: inline-block;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment