html - What is the space between these elements? -
what spacing (the red section) between <div>
elements in my code @ jsfiddle? have both padding , margin set 0px. don't know what's causing them. have used f12 on chrome , determined .column
not include it.
that's space between inline-blocks
elements.
there many ways fix this, including:
- adding negative margin elements
- giving
font-size
of0
parents - removing space between closing , next opening tags comments
you can see highlight of these methods here.
Comments
Post a Comment