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 of 0 parents
  • removing space between closing , next opening tags comments

you can see highlight of these methods here.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -