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