Here is a quick video showing how you can add a stroke to text (there is no sound, cause it’s soooooo simple).
Below the video you can copy the code you need to enter.
In the code you can change the px value as well as the HEX code to any color you want.
<style>
.stroke{
-webkit-text-stroke: 3.0px #00FF00;
}
</style>