<html>
<head>
<style>
img {
filter: drop-shadow(8px 8px 10px gray);
}
</style>
</head>
<body>
<h1>filter 属性</h1>
<p>对图像应用阴影效果:</p>
<img src="/i/photo/tulip.jpg" alt="Tulip" width="300" height="300">
<p><b>注释:</b>Edge 12 或 Internet Explorer 不支持 filter 属性。</p>
</body>
</html>