x
 
<!DOCTYPE html>
<html>
<head>
<style>
h1 {text-shadow:2px 2px 8px #FF0000;}
</style>
</head>
<body>
<h1>模糊效果的文本阴影!</h1>
</body>
</html>