返回首页 回上页

特效代码   文字效果 鼠标效果 图片效果 其他集锦 

留言板

您现在的位置→  特效代码 文字效果                        3、阴影的文字     上一节    下一节

====1、第一种效果[修改要显示的文字即可]

<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative;
filter: blur(add=1, direction=45, strength=3)">yuxuemei.yeah.net</div> ====2、第二种效果[修改要显示的文字即可] <div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative;
filter: glow(color=ffff00, strength=5)">yuxuemei.yeah.net</div> ====3、第三种效果[修改要显示的文字即可] <div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative;
filter: dropshadow(color=000000, offx=3, offy=3, positive=1)"> yuxuemei.yeah.net</div>