Responsive grid of hexagons

后端 未结 9 737
礼貌的吻别
礼貌的吻别 2020-11-22 09:30

I loaded in multiple images on my website from the internet. Is it possible to give all those images an hexagon shape in a responsive grid?

         


        
9条回答
  •  南方客
    南方客 (楼主)
    2020-11-22 10:06

    instead of using class in img tag use css in container img like

    .container img{ your code}
    

    it will save you a lot trouble of putting class in images

提交回复
热议问题