婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > 最基本的幾種CSS文字濾鏡效果

最基本的幾種CSS文字濾鏡效果

熱門標簽:北京銷售外呼系統線路 石家莊電話機器人電話 沸思外呼線路 南通電話外呼系統開發 南寧外呼電銷系統招商 電銷智能機器人靠譜么 電銷機器人的宣傳語 400電話辦理安徽 江西防封卡外呼系統怎么安裝
閑來無事,整理一些CSS文字效果,給初學者。下面做個例子吧,這都是最基本濾鏡的應用,其實兩種或幾種不同濾鏡的組合會獲得意想不到的效果,遇到問題自己多動手試試就OK了,當然要特別注意顏色的搭配,有時候用色不好是看不出效果的,配合背景圖片的應用也會有很好的效果的。因為太懶,所以沒有寫注釋也沒有寫什么語法格式,自己看看吧! 嘿嘿。(看不明白別罵我呀)

     1、效果圖:

一路陽光
一路陽光

一路陽光

一路陽光

一路陽光

一路陽光
一路陽光
一路陽光
一路陽光

SUNNY

SUNNY

一路陽光
一路陽光
一路陽光
一路陽光
一路陽光
一路陽光
一路陽光
一路陽光

      2、源代碼

table border=1 style="border-style: solid; border-width: 1;font-size=12px" width="520">
  tr>
    td width="510">
    span style="font-size:30pt;display:block;
             text-align:center;color:blue;
             filter:glow(color=red,strength=10);height:1">一路陽光  /span>/td>
  /tr>
  tr>
    td width="510">
    span style="font-size:30pt;display:block;
             text-align:center;color:darkblue;
             filter:blur(add=t,direction=135,strength=10);height:1">一路陽光/span>/td>
  /tr>
  tr>
    td width="510">
div style="color:red;font-size:25pt;height:1;display:block;
filter:progid:DXImageTransform.Microsoft.motionblur(strength=30,add=1,direction=135)">
        p align="center"> 一路陽光/div>/td>
  /tr>
  tr>
    td width="510">
div style="height:1;width:100%;
   font-family:impact;font-size:30pt;color:navy;display:block;
   filter:progid:DXImageTransform.Microsoft.wave(Strength=3)">
        p align="center"> 一路陽光/div>/td>
  /tr>
  tr>
    td width="510">
div style="height:1;width:100%;
   font-family:impact;font-size:30pt;color:navy;display:block;
   filter:progid:DXImageTransform.Microsoft.wave(Strength=3,freq=5)">
        p align="center"> 一路陽光/div>/td>
  /tr>
  tr>
    td width="510">
span style="font-size:30pt;display:block;
             text-align:center;color:darkblue;
             filter:wave(add=t,freq=5,lightstrength=5,phase=0,strength=5);
             height:1">一路陽光/span>/td>
  /tr>
  tr>
    td width="510">
span style="font-size:30pt;display:block;
             text-align:center;color:darkblue;
             filter:shadow(color=blue);height:1">一路陽光/span>/td>
  /tr>
  tr>
    td width="510">
div align="center" style="height:1;font-size:30pt;
 filter:dropshadow(color=maroon,positive=1);">一路陽光/div>/td>
  /tr>
  tr>
    td width="510">
div align="center" style="height:1;font-size:30pt;
 filter:dropshadow(color=maroon,positive=0);">一路陽光/div>/td>
  /tr>
  tr>
    td width="510">
div style="filter:progid:DXImageTransform.Microsoft.engrave(bias=0.5);
 height:1;font-size:20pt;font-family:impact;background-color:blue">
        p align="center">SUNNY/div>/td>
  /tr>
  tr>
    td width="510">
div style="filter:progid:DXImageTransform.Microsoft.emboss(bias=0.5);
 height:1;font-family:impact;font-size:20pt;background-color:blue">
        p align="center">SUNNY/div>/td>
  /tr>
  tr>
    td style="FILTER: mask(color=#E1E4EC)shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)" align="center">font color="blue" size="6">b>一路陽光/b>/font>/td>
  /tr>
  tr>
    td style="FILTER: alpha(opacity=100,finishiopacity=0,style=1)shadow(color=blue,direction=135)" align="center">font color="blue" size="6">b>一路陽光/b>/font>/td>
  /tr>
  tr>
    td style="FILTER: mask(color=#E1E4EC)dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)chroma(color=#E1E4EC)" align="center">font  color="blue" size="6">b>一路陽光/b>/font>/td>
  /tr>
  tr>
    td style="FILTER: glow(color=#8C96B5,strength=2)shadow(color=#B4BBCF,direction=135)" align="center">font  color=#E1E4EC size=6>b>一路陽光/b>/font>/td>
  /tr>
  tr>
    td style="FILTER: mask(color=#E1E4EC)shadow(color=#B4BBCF,direction=135)chroma(color=#E1E4EC)" align="center">font 
color=#8C96B5 size=6>b>一路陽光/b>/font>/td>
  /tr>
  tr>
    td style="FILTER: glow(strength=1)mask(color=#B4BBCF)chroma(color=#B4BBCF)" align="center" height=54>font color=#8C96B5 size=6>b>一路陽光/b>/font>/td>
  /tr>
  tr>
    td>span style="position:absolute;font-size:30pt;color=blue;filter:fliph">一路陽光/span>/td>
  /tr>
  tr>
    td>span style="position:absolute;left:200;font-size:30pt;color=blue;filter:flipv">一路陽光/span>/td>
  /tr>
/table>
table align=center background="http://www.idc2008.com/468X60-8.gif" border=0>
  tr>
    td style="FILTER: glow(strength=4)mask(color=#E1E4EC)">font size="7"> b>一路陽光/b>/font>/td>
  /tr>
/table>

標簽:北海 云南 來賓 鹽城 晉中 衢州 陽泉 寧夏

巨人網絡通訊聲明:本文標題《最基本的幾種CSS文字濾鏡效果》,本文關鍵詞  最,基本,的,幾種,CSS,文字,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《最基本的幾種CSS文字濾鏡效果》相關的同類信息!
  • 本頁收集關于最基本的幾種CSS文字濾鏡效果的相關信息資訊供網民參考!
  • 推薦文章

    上一篇:CSS實現光滑圓角效果

    下一篇:非常酷的角BANNER

    主站蜘蛛池模板: 四川省| 措勤县| 灌云县| 新乡市| 扎鲁特旗| 增城市| 清新县| 洪雅县| 中阳县| 和田县| 黑山县| 桂林市| 尚志市| 连平县| 庄浪县| 日喀则市| 搜索| 德令哈市| 若羌县| 泰宁县| 麦盖提县| 永德县| 五莲县| 昆山市| 龙游县| 盱眙县| 铜山县| 金塔县| 邹平县| 平南县| 綦江县| 滦南县| 五原县| 信宜市| 清涧县| 资溪县| 中卫市| 乐业县| 淄博市| 大连市| 清涧县|