<div id="ts">Text Stroke</div>
#ts{
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 72px;
  color: transparent;
  -webkit-text-stroke-color: #f00;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}
#ts:after{
  content: "Text Stroke";
  position: absolute;
  top: 2px;
  left: 2px;
  
  -webkit-text-stroke-color: #0ff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.