Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Заголовок документа</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</h2>
<p>Lorem Ipsum - это текст-"рыба"...</p>
<input type="color" value="#8ebf42">
</body>
</html>