<html>
<head>
<style>
h1{
text-shadow:1px 1px 0px green, -1px -1px 0px red;
}
</style>
</head>
<body>
<h1>text-shadow</h1>
</body>
</html>
<html>
<head>
<style>
h1{
text-shadow:1px 1px 0px green, -1px -1px 0px red;
}
</style>
</head>
<body>
<h1>text-shadow</h1>
</body>
</html>