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)
2.1m questions
2.1m answers
60 comments
57.0k users