Gallery
September 29, 2022 ยท View on GitHub
A Simple Image Gallery with a Modal feature.
The Layout
There is a Modal container which is hidden at first and only shows when an image is clicked on. Then there is the Image gallery which is made using CSS Grid.

Function
When the image is clicked on the modal container displays and changes its background image according to the image clicked.
