Rotate your phone or change to desktop for better experience

Rotate your phone or change to desktop for better experience

8. Program to demonstrate Text shadows using HTML Canvas.

 

<!DOCTYPE html>

<html>

<head>

<style>

h1 {

  text-shadow: 2px 2px #FF0000;

}

</style>

</head>

<body>

<h1>The text-shadow Property</h1>

</body>

</html>

 

Post a Comment

0 Comments