效果:http://hovertree.com/texiao/css3/1/本效果主要使用text-shadow實現.參考:http://hovertree.com/h/bjaf/css3_text_effect.htm代碼如下:超炫CSS3文字特效集錦DEMO演示 - 何問起OutlinedAOu...
效果:http://hovertree.com/texiao/css3/1/
本效果主要使用text-shadow實現.
參考:http://hovertree.com/h/bjaf/css3_text_effect.htm
代碼如下:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>超炫CSS3文字特效集錦DEMO演示 - 何問起</title> <link rel="stylesheet" href="http://hovertree.com/texiao/css3/1/css/style.css" media="screen" type="text/css" /> </head> <body> <!--For Firefox--> <style>a{color:blue} .test:after { filter: url(#light-top); } .dilate:before { filter: url(#dilate10); } .dilate:after { filter: url(#dilate6); } .erode:after { filter: url(#erode2); } .distant1:after { filter: url(#distant1); } .distant-top:after { filter: url(#distant-top); } .distant-front:after { filter: url(#distant-front); } .diff1 { filter: url(#diff1); } .bevel, .bevel:after { filter: url(#light2); } </style> <h1 class='outlinedA'>OutlinedA</h1> <h1 class='outlinedA mid'>OutlinedA</h1> <div> <a href="http://hovertree.com/h/bjaf/yishuzi.htm">原文</a> <a href="http://hovertree.com/">首頁</a> <a href="http://hovertree.com/texiao/">特效</a> <a href="http://hovertree.com/texiao/keleyi/">向上彈出菜單</a> </div> <h1 class='outlinedB'>OutlinedB</h1> <h1 class='hsl'>Hsl Colors</h1> <h1 class='test'>Test</h1> <h1 class='bottom'>Bottom Light</h1> <h1 class='dilate'>Dilate</h1> <h1 class='erode'>Erode</h1> <h1 class='distant1'>Distant Light</h1> <h1 class='distant-top'>Distant Top</h1> <h1 class='distant-front'>Distant Front</h1> <h1 class='diff1'>Diffused Light</h1> <h1 class='bevel'>Bevel</h1> <h1 style="font-family:cursive;text-shadow:6px 2px 2px #333;color:deeppink">何問起</h1> <h1 style="font-family:cursive;text-shadow:6px 2px 2px #666666;">hovertree.com</h1> </body> </html>
參考:
- 你需要知道的三個CSS技巧
- 純CSS3郵件、旗幟、音樂、文件和眼睛的...
- CSS熱門知識點總結
- 井號後帶三位數字或者字母表示的顏色
- css3改變選擇文本背景顏色
- CSS3實現背景顏色漸變
- pre強制換行代碼
- 純CSS3漂亮的房子不錯的天氣
- CSS3徑向漸變旋轉的圓球
- css3 transition屬性實現3d動畫效果
- css3 3d展示中rotate()介紹與簡單實...
- CSS學習筆記之定位position屬性
- CSS選擇器多樣應用
- css8種選擇器詳解
- CSS3的text-overflow
- CSS3女神圖片旋轉木馬
- 用CSS讓文字居於div的底部
- CSS transform中的rotate的旋轉中心
- css3給div加陰影
- css強制換行
- WEB前端面試題
- CSS3畫圓
- CSS怎樣取消兩個塊狀元素之間空隙
- 使用CSS實現圖片磨砂玻璃效果
- 使用CSS在移動端禁用長按選中文本功能
- a:link,a:visited,a:hover,a:active
- 多種方法用 css-實現元素垂直居中對齊
- CSS3滑鼠懸停360度旋轉效果
- CSS導入使用及引用的兩種方法
- 使用DIV+CSS開發一個簡單漂亮的登錄頁...
- css hover滑鼠懸停圖片顯示標註
- CSS3立體3D文字樣式
- CSS3的background-size: cover;
- css3滑鼠懸停(hover)打開打火機代碼
更多:http://www.cnblogs.com/roucheng/p/texiao.html