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属性的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did102013