My preferred way to accomplish zero space between inline-blocks was in CSS, with the parent having font-size:0
and child having font-size:16px
. That said, there are a few other ways to do it with HTML and CSS. Here's a live pen:
http://codepen.io/chriscoyier/pen/hmlqF