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: 3em; -webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #8ebf42; } </style> </head> <body> <h2>Text-stroke-color property example</h2> <p>Lorem Ipsum is simply dummy text...</p> <input type="color" value="#8ebf42"> </body> </html>