好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS3一、文本阴影text-shadow属性

文本阴影text-shadow属性特效:

1.右下角阴影,左下角阴影,左上角阴影,右上角阴影

  1     DOCTYPE html  > 
  2     html   lang  ="en"  > 
  3     head  > 
  4         meta   charset  ="UTF-8"  > 
  5         title  > text-shadow   title  > 
  6         style  > 
  7           p  { 
  8             text-align  :  center  ; 
  9             margin  :  0  ; 
 10             font-family  :   helvetica,arial,sans-serif  ; 
 11             color  :  #999  ; 
 12             font-size  :  80px  ; 
 13             font-weight  :  bold  ; 
 14             text-shadow  :  10px 10px #333  ; 
 15           } 
 16         style  > 
 17     head  > 
 18     body  > 
 19         p  > Text Shadow   p  > 
 20     body  > 
 21     html  >          

查看更多关于CSS3一、文本阴影text-shadow属性的详细内容...

  阅读:36次

上一篇: 页面布局一

下一篇:HTML(三):框架+表单