How to remove image padding that is showing up unintentionally?

前端 未结 2 372
渐次进展
渐次进展 2021-01-04 16:17

I have three images in a container that should be stacked seamlessly, but there is some padding occurring between them.

You can see the page here: http://www.arbiter

2条回答
  •  没有蜡笔的小新
    2021-01-04 16:29

    Another option to resolve the same problem is

    #mainBoxFull{ font-size:0; }
    

    it'll ignore all the white spaces in between. + you can se font size where ever you have the text.

提交回复
热议问题