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
相關文章
相關標籤/搜索