Searching for blur
Search
Search Code
CSS Backdrop-Filter Blur: Add a Stunning Blur to Any Background Overlay (Too Easy!)
The backdrop-filter: blur() property in CSS allows you to apply a beautiful frosted glass effect to any overlay element, blurring whatever is behind it. This is perfect for modals, cards, navigation..
backdrop-filter: blur(10px);
just testing this filter
clear a input field when it looses focus using onblur
this will cause the input field to clear when it is not in focus
blur the background image while keeping the foreground normal
this one uses the ::before element to add a background and apply the blur filter to it, while allowing the foreground content to still be non blurry
adding background blur to an image using css fill screen
I had noticed this cool looking effect used on places like google, and other sites that display portrait images, i think i saw it on the google home as well or maybe google photos. Its basicall..