网页入门学习

文字滤镜代码:
.wz {
font-family: "黑体";
font-size: 36px;
line-height: 40px;
font-weight: bold;
color: #FF0000;
height: 40px;
filter: Blur(Add=1, Direction=45, Strength=5);
}

图像滤镜代码:
.img {
filter: Blur(Add=1, Direction=45,
Strength=20);
height: 200px;
width: 260px;
height: 200px;
width: 260px;
}
如Add=0效果如右图