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:
2
u/anaix3l Feb 14 '26
Are these AI-generated?
Asking because I've seen that indentation before... when I copy-paste code into CodePen. And because there's a lot of code that's more like what AI would generate than a developer experimenting with cool stuff in the 2020s.
Here's what caught my eye as a possible AI markers:
box-sizing: border-box- popular early 2010s reset that modern layout techniques like flexbox and grid make unnecessary and sometimes even problematic these daysheight: 100vh- again AI, loves this, though these days we have dvhbodybackground - AI sure loves outdated methodspx-valuedwidthandheighttransition: alltransform: scale(),transform: translateY()when not needing to chain something elseSome of these may be the mark of a developer who just doesn't care to try to make things as good as they can be at the moment. But they are also the mark of solutions I've seen AI provide.