Last active
June 15, 2017 08:50
-
-
Save iiiBird/ea1ef0fbbcd9f8f8082dd47d9776a621 to your computer and use it in GitHub Desktop.
выравнивание картинки
This file contains hidden or 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:before { | |
content: ""; | |
display: inline-block; | |
width: 1px; | |
height: 100%; | |
margin-left: -1px; | |
vertical-align: middle; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment