Create Blurry Text using CSS [sourceCode]


You Can Create blurry Text using css code. Many browser(s) support color than text-shadow, so you have to do feature detection. Or, leave the color property and do enough shadowing that it appears blurry anyway.
Here CSS CODE
SNIPPET 

.blur {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

Make the text color transparent but add a shadow:
Hope you Like it - Share it Your Friends

SUBSCRIBE TO OUR NEWSLETTER

Hellodearcode is Web Development agency providing services for Wordpress and Laravel

0 Response to "Create Blurry Text using CSS [sourceCode]"

Post a Comment

Note: only a member of this blog may post a comment.