I have the code for a web page where I would like the background to be blurry only through a transparent div. I essentially want to make the div translucent.
I tried to add the blur filter css for the div but that resulted in the text inside the div being blurred which I do not want.
<body style="background-image: url('bg.jpg')">
<div>
Some text
</div>
</body>