Source Code:
(back to article)
Submit
Result:
Report an issue
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
⌄
⌄
⌄
⌄
<!DOCTYPE html>
<
html
>
<
head
>
<
title
>Titre du document</
title
>
<
style
>
#
blur
{
font-size:
40
px
;
color:
transparent
;
text-shadow:
0
0
8
px
#000
;
}
</
style
>
</
head
>
<
body
>
<
div
id=
"blur"
>Texte flou</
div
>
</
body
>
</
html
>
<!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>