I'm trying to create a blurred opaque overlay to a load of text content.
All the solutions and posts I've come across are for image backgrounds, not just HTML text content.
What I want will very much look like the floating overlays on http://www.blurjs.com/ but instead of a background image, it will be HTML text (<p>
tags, <h1>
tags etc).
Here is a Fiddle of roughly what I need, but I want the white opaque background colour of the overlay to be blurred also.
Thanks!