go to
ForumEasy.com
Community Sandbox
Home
» Sandbox
Play your own code in the sandbox
Edit Your Code:
<html> <head> <style> /* edit or add your own CSS code here */ .blue-shadow { text-shadow: 1px 1px 2px blue; color: white; } </style> </head> <body> <h2>CSS Text-Shadow Example</h2> <p>This is the first paragragh using default text decoration from parent's. </p> <p class='blue-shadow'>This is the second paragragh using the custom text decoration with shadow. </p> <p>This is the third paragragh using default text decoration from parent's. </p> </body> </html>
Run »
Result Output:
Back
Powered by
ForumEasy
© 2003-2005, All Rights Reserved. |
Privacy Policy
|
Terms of Use
Get your own forum today. It's easy and free.