<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
p {
margin: 0;
font-size: 3em;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #8ebf42;
}
</style>
</head>
<body>
<h2>Exemple de la propriété text-stroke-color </h2>
<p>Lorem Ipsum est simplement du faux texte...</p>
<input type="color" value="#8ebf42">
</body>
</html>