Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> .shadow{ text-shadow: 2px 2px #1c87c9; } </style> </head> <body> <h2>Exemple de la propriété text-shadow</h2> <p>Quelque paragraphe par exemple.</p> <p class="shadow">Quelque paragraphe avec la propriété text-shadow.</p> </body> </html>