Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <img src="image.png">
  2.  
  3. <div class="image"> <img src="image.png"> </div>
  4.  
  5. .pure-u-1-3 {
  6. display: table-cell;
  7. vertical-align: middle;
  8. }
  9. .image, span {
  10. display: table-cell;
  11. vertical-align: middle;
  12. }
  13. .image {
  14. width: 50px
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement