I am developing a website but there is a problem ,there is need of Gaussian blur in a div, I can do change the opacity but not able to make the text blur in that.
Please help me
<html>
<body>
<div id="blur" style="">hellokkksdjfdshfshifsd isjfcsdkcjsdlk</div>
</body>
</html>
Not Possible directly, though can be achieved using css text-shadow. The trick is to make the text transparent and then give it a shadow
Try different combinations in shadow!!