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?
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