Searching for blur
Search
Search Code
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..