Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
#blur {
font-size: 40px;
color: transparent;
text-shadow: 0 0 8px #000;
}
</style>
</head>
<body>
<div id="blur">Texte flou</div>
</body>
</html>