编辑下面的代码:【加编码】
<html> <head> <style> h1 {text-shadow:2px 2px 8px #FF0000;} </style> </head> <body> <h1>Text-shadow with blur effect</h1> <p><b>Note:</b> Internet Explorer 9 and earlier do not support the text-shadow property.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂