Prompt the code to implement this functionality:
1) There is a gallery of three blocks (images and descriptions below them);
2) How to make it so that when you click on a block, the background of the block blurs;
3) And a pop-up window appeared with the possibility of ordering.
The implementation fits both jQuery and pure CSS (if possible), thanks in advance.
div:target
, via js or jquery, using theclick
event - lexxl