I did this example.
I\'m trying to blur the background image, but the main content is blurred too (the )
How can I blur the backgrou
You could overlay one element above the blurred element like so
DEMO
div { position: absolute; left:0; top: 0; } p { position: absolute; left:0; top: 0; }