<!DOCTYPE
html>
<html>
<head>
<style>
h1
{
text-shadow: 2px 2px #FF0000;
}
</style>
</head>
<body>
<h1>The
text-shadow Property</h1>
</body>
</html>
<!DOCTYPE
html>
<html>
<head>
<style>
h1
{
text-shadow: 2px 2px #FF0000;
}
</style>
</head>
<body>
<h1>The
text-shadow Property</h1>
</body>
</html>
0 Comments