Removing spacing under the image

后端 未结 1 982
小鲜肉
小鲜肉 2021-01-25 11:03

HTML :

相关标签:
1条回答
  • 2021-01-25 11:44

    This happens due to img layout, just change it to display: block :

    JSBin

    Or change vertical-align property to top:

    JSBin

    Or set font-size: 0 to the div container :

    JSBin

    Or set line-height: 0 to the div container :

    JSBin

    0 讨论(0)
提交回复
热议问题