HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> p{ text-shadow: 2px 1px 3px green; font-size: 25px; } </style> </head> <body> <h1>CSS direction Property</h1> <p>This is a sentence.</p> </body> </html>
OUTPUT
×

Save as Private