How to get it?
Add the following code in in css, and give h1 tag to the text you wanna blur.
h1 {color:#000000;
/* Old browsers don't go transparent. */
font-size:50px;
font-family:arial;
text-shadow: 0 0 3px #000000,
/* Many shadows blur out the area around the text */
3px 0 3px #000000,
0 3px 3px #000000,
-3px 0 3px #000000,
0 -3px 3px #000000;}
Generated by dotcommate.com
For more updates, follow us in Google Plus