@sheri0441Submitted over 2 years ago
What did you find difficult while building the project? How you make the overlay product image?
What did you find difficult while building the project? How you make the overlay product image?
with the overlay, you just make a div that covers the whole page with position absolute top:0 left:0. Then you make it hidden till you remove the hidden class with a javascript condition. Its like the sidemenu but for the whole page.