Images side by side without any space between them

后端 未结 5 1964
面向向阳花
面向向阳花 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:23

    If you use float: left on the images, and separate each row with a breaker with a clear: both then there should be no spaces between the images.

提交回复
热议问题