Created
March 13, 2013 02:00
-
-
Save zacker330/5148807 to your computer and use it in GitHub Desktop.
css 图片与文字的居中
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
<div > | |
<img src="images/logo.jpg" alt="" style="display:inline-block; vertical-align:middle;" /> | |
<span style="display:inline-block; vertical-align:middle;">xxxxxxx</span> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment