Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
h1 {
    text-shadow: 0 0 3px #FF0000;
}

</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>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy