Css Shadow program
Rajeev Ranjan Tiwari
CSS Property:
Result:
The text-shadow Property
CSS Property:
Result:
The text-shadow Property
<html>
<head>
<style>
h1 {
text-shadow: 2px 2px #FF0000;
}
</style>
</head>
<body>
<h1>The text-shadow Property</h1>
<p><b>Note:</b> Internet Explorer 9 and earlier do not support the text-shadow property.</p>
</body>
</html>
(2)
CSS Property:
Result:
Comments
Post a Comment