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