As someone with intermediate beginner skills in HTML/CSS, I am intrigued by the idea of creating a blurred background effect behind text. While this is easy to achieve in design software like Figma or XD, I'm unsure if it's possible using CSS properties such as background-clip
, backdrop-filter
, and filter
.
I created a simple mockup in Figma to illustrate the effect I want to achieve, which differs from other queries online: https://i.sstatic.net/DCSSj.jpg
My question is: Can this be accomplished in HTML and CSS? If so, what would be the best approach? I am open to solutions that work on recent Chrome versions and/or involve JavaScript.