Why does my image have space underneath?

前端 未结 3 1812
梦毁少年i
梦毁少年i 2020-11-22 06:49

Images gain a mysterious empty space underneath, even if padding:0;margin:0 are applied.

Demonstration

3条回答
  •  长发绾君心
    2020-11-22 07:21

    check out this CSS jsfiddle CSS

    div {border:1px solid red;width:100px;line-height:0}
    img {width:100px;}
    

提交回复
热议问题