Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p { margin: 0; font-size: 1.5em; -webkit-text-fill-color: #1c87c9; } </style> </head> <body> <h2>Text-fill-color property example</h2> <p>Lorem Ipsum is simply dummy text...</p> </body> </html>