I want that the unregistered users on my website, see the entire website's pages with a blur effect.
How can I create this blur effect with css ?
Try this...
body { filter:blur(3px); }
You'll need to add -moz-, -webkit- prefixes (or use something like PrefixFree)
1.4m articles
1.4m replys
5 comments
57.0k users