Prev Demo
CSS3
>
Text-Shadow
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <style> a.class1 { font-size: 50px; text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5); } a.class1:hover { background-color: #690; } </style> <a href="http://www.dotnetfunda.com" class="class1">DotNetFunda.com</a> </body> </html>
Note: We DO NOT save your trial code in our database.
Output