Created
April 8, 2016 16:30
-
-
Save alxpsr/a315b66dec223e6cc97eec064e5b02ec to your computer and use it in GitHub Desktop.
vertical middle align
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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