Skip to content

Instantly share code, notes, and snippets.

@zacker330
Created March 13, 2013 02:00
Show Gist options
  • Save zacker330/5148807 to your computer and use it in GitHub Desktop.
Save zacker330/5148807 to your computer and use it in GitHub Desktop.
css 图片与文字的居中
<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