(https://i.stack.imgur.com/Vn7rN.png)](https://i.stack.imgur.com/Vn7rN.png)
I want to create the effect of the image in CSS grid, but I can’t figure out how to begin. Can someone please help, or direct me to any sources (videos, websites) that may help? Thank you!
The only thing I can think of is maybe using CSS grid and putting different parts of the same picture into each, but that isn’t time efficient + won’t be consistent.
2
Answers
You can do it something like this. Get your five images, cut each image, and link via ‘img src’. This is fixed width setup.
In this example we will use just ONE image, with vertical gap lines overlaying the image at several places. Adjust/add lines to fit your specific needs.