Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <style> h1 { text-shadow: 2px 2px; } </style> </head> <body> <h1>Text-shadow effect!</h1> <p><b>Note:</b> Internet Explorer 9 and earlier versions, do not support the text-shadow property.</p> </body> <!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss3_text-shadow1 by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:02:58 GMT --> </html>
Result: