CSS columns bug — 5 column count only showing 4 (with images)

前端 未结 3 682
夕颜
夕颜 2020-12-10 19:08

I am trying to implement Chris Coyier\'s example of using CSS columns to create a seamless responsive grid of images.

I put Chris\'s files onto my server and everyth

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-10 19:16

    Just in case any one else finds this in their search results it's the fact the images are inline so they have a some space between them see:

    How can I eliminate spacing between inline elements in CSS?

    I use the font-size: 0 on the section to fix this :)

提交回复
热议问题