css3实现文字的阴影效果

//代码 <!DOCTYPE html><html> <head> <style> h1 { text-shadow: -2px 0px 2px  #FF0000,2px 0px 2px  #FF0000,0px 2px 2px  #FF0000,0px -2px 2px  #FF0000; } </style> </head> <body> <h1>3000</h1> </body> </htm
相关文章
相关标签/搜索