Prev Demo
CSS3
>
Shadow Properties
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <p><i>Creates the text with shadow</i></p> <h1 style="text-shadow:2px 2px;color:blue">TechFunda</h1> </body> </html>
Note: We DO NOT save your trial code in our database.
Output