.stroke {
-webkit-text-stroke: 2px limegreen;
color: transparent;
}
.stroke-explicit {
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: red;
color: transparent;
}
h1 {
font-size: 60px;
}
<h1 class="stroke">Shorthand</h1>
<h1 class="stroke-explicit">Both properties</h1>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…