DropShadow陰影效果
文章導(dǎo)讀:
<html>
<head>
<title>DropShadow陰影效果</title>
<style>
<!--
body{
margin:12px;
}
span{
font-family:Arial, Helvetica, sans-serif;
height:100px; font-size:80px;
filter:dropshadow(color=#AAAAAA,positive=true,offx=4,offy=4);
}
-->
</style>
</head>
<body>
<span>CSS濾鏡</span>
</body>
</html>