Vertically align img or icon with text
Vertically aligning images and icons with text
<i class="ICON"></i> <span>GO TO CHECKOUT</span>
i {
vertical-align:middle;
}
<img src="IMG"> <span>GO TO CHECKOUT</span>
img {
vertical-align:middle;
}
Written by Mario Loncarek
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#