实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
h1 {text-shadow:2px 2px 8px #FF0000;}
6
</style>
7
</head>
8
<body>
9
10
<h1>Text-shadow with blur effect</h1>
11
12
<p><b>Note:</b> Internet Explorer 9 and earlier do not support the text-shadow property.</p>
13
14
</body>
15
</html>
16