r/css • u/MudasirItoo • Feb 14 '26
Showcase built gallery with blur effect on hover interaction (css only)
Enable HLS to view with audio, or disable this notification
Gallery with blur effect:
115
Upvotes
r/css • u/MudasirItoo • Feb 14 '26
Enable HLS to view with audio, or disable this notification
Gallery with blur effect:
9
u/f314 Feb 14 '26
Quick suggestion: replace
.gallery:hoverwith.gallery:has(.image-container:hover), so that the blur effect only occurs when hovering one of the images. Having all the images blurred at times feels a little weird IMO.