Images side by side without any space between them

后端 未结 5 1960
面向向阳花
面向向阳花 2020-12-17 11:03

I have a grid of images with space between them. How do I remove this space?

I have already tried setting the padding and margin of the ima

5条回答
  •  北海茫月
    2020-12-17 11:22

    add font-size:0px to the div, then you can continue keeping the img elements on separate code lines

提交回复
热议问题