Why is there a gap between my image and its containing box?

前端 未结 6 1745
夕颜
夕颜 2020-12-09 06:00

When my browser renders the following test case, there\'s a gap below the image. From my understanding of CSS, the bottom of the blue box should touch the bottom of the red

6条回答
  •  执念已碎
    2020-12-09 06:44

    line-height: 0; on the parent DIV fixes this for me. Presumably, this means the default line-height is not 0.

提交回复
热议问题