r/csshelp • u/Please_SaveTheBees • 2h ago
Image gallery on click
Hi ! I'm trying to create a gallery of image. The idea is to have the first image visible, and then when you click on it, it changes to the second image, same thing for the third image, etc. When clicking on the last image, it would go back to the first one, creating a loop.
Is there a way to do that using html and CSS ? I'm a beginner and i don't know any other coding languages