I am attempting to find a solution to create a page where the user can click on an image to open it while still keeping the other images available as options. I hope my explanation is clear enough for you to understand.
The code might look something like this:
div theContainer {
background: white;
box-shadow: 0 0 20px #123
}
p theContent{}
p theContent>img
Is it feasible to achieve this using only HTML and CSS, or would I need to incorporate JavaScript?