<html> |
<head> |
<title>wave css</title> |
<style> |
img { |
position : absolute ; |
top : 110 ; |
left : 40 ; |
filter:wave(add=true, freq= 5 , lightstrength= 100 , phase= 25 , strength= 10 ); |
} |
/ /*设置IMG的样式,绝对定位,wave属性,产生5个波纹,光强为100,波纹从90度开始,振幅为10*/ / |
</style> |
</head> |
<body> |
<p><img src= "精美世界.jpg" ></p> |
</body> |
</html> |