Created
October 14, 2013 09:39
-
-
Save PeterRao/6973277 to your computer and use it in GitHub Desktop.
Remove the gap between images and the bottom of their containers
原因:http://stackoverflow.com/questions/129406/why-is-there-a-gap-between-my-image-and-its-containing-box
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
/* | |
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 | |
*/ | |
img { | |
vertical-align: middle; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment