📄 16.htm
字号:
<html>
<head>
<title>水中倒影效果</title>
<style type="text/css">
#picID2{
position:absolute;top=120;left=10;
filter:wave(strength=3,freq=3,phase=0,lightstrength=30)blur()flipv()
}
</style>
</head>
<body onLoad="setInterval('picID2.filters.wave.phase+=10',100)">
<img src="pic2.jpg" id="picID" width="100">
<img src="pic2.jpg" id="picID2" width="100">
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -