x
 
<!DOCTYPE html>
<html>
<head>
<style>
h1
{
color:white;
text-shadow:2px 2px 4px #000000;
}
</style>
</head>
<body>
<h1>Text-shadow on white text</h1>
<p><b>Note:</b> Internet Explorer 9 and earlier do not support the text-shadow property.</p>
</body>
</html>
×

Report a Problem: