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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -