代码示例:(标识:css3_text-shadow_4)
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
</style>
</head>
<body>

<h1>文本阴影效果!</h1>

</body>
</html>
运行结果: